Skip to content

Commit 5e93673

Browse files
committed
Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug.
1 parent ca14d8c commit 5e93673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/ui.dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ $.widget("ui.dialog", {
312312

313313
this.uiDialog.resizable({
314314
cancel: '.ui-dialog-content',
315-
alsoResize: this.element,
315+
alsoResize: this.element[0],
316316
helper: options.resizeHelper,
317317
maxWidth: options.maxWidth,
318318
maxHeight: options.maxHeight,

0 commit comments

Comments
 (0)