diff options
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r-- | ui/ui.resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index 61cea5206..c557444cd 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -547,7 +547,7 @@ $.extend($.ui.resizable, { animateEasing: "swing", aspectRatio: false, autoHide: false, - cancel: ":input", + cancel: ":input,option", containment: false, delay: 0, disableSelection: true, |