mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 02:15:06 -05:00
Dialog: Setting the correct element for alsoResize.
This commit is contained in:
@@ -312,7 +312,7 @@ $.widget("ui.dialog", {
|
||||
|
||||
this.uiDialog.resizable({
|
||||
cancel: '.ui-dialog-content',
|
||||
alsoResize: '.ui-dialog-content',
|
||||
alsoResize: this.element,
|
||||
helper: options.resizeHelper,
|
||||
maxWidth: options.maxWidth,
|
||||
maxHeight: options.maxHeight,
|
||||
|
||||
Reference in New Issue
Block a user