mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Setting the correct element for alsoResize.
This commit is contained in:
parent
9924fb33c7
commit
62bf1dd3bd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user