diff --git a/src/pageInteraction/dragDrop.js b/src/pageInteraction/dragDrop.js index 0782316..919e4f6 100644 --- a/src/pageInteraction/dragDrop.js +++ b/src/pageInteraction/dragDrop.js @@ -71,7 +71,7 @@ $("#workspace").on("mousedown", ".block>.main,.block>.inputs", function(event){ } }); -$("#workspace").on("mousedown", ".block>.main input,.block>.main textarea", function(event){ //allow for clicking a textbox +$("#workspace").on("mousedown", ".block input,.block textarea", function(event){ //allow for clicking a textbox event.stopPropagation(); });