Switch node sortable entries diable inputs in FF

This commit is contained in:
Nick O'Leary 2015-02-05 10:46:01 +00:00
parent 3334c795e0
commit c8ccacb035
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
handle:".node-input-rule-handle",
cursor: "move"
});
$( "#node-input-rule-container" ).disableSelection();
$( "#node-input-rule-container .node-input-rule-handle" ).disableSelection();
$( "#dialog" ).on("dialogresize", switchDialogResize);
$( "#dialog" ).one("dialogopen", function(ev) {