Allowed top inputs to be used
This commit is contained in:
parent
c653ef967a
commit
49f8374a12
@ -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();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user