Skip to content

Commit 10747c3

Browse files
Dialog - Update resizable dialgos to use helper instead of proxy
1 parent 1b8cc84 commit 10747c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui.dialog.js

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

122122
if ($.fn.resizable) {
123123
uiDialog.resizable({
124-
proxy: options.resizeHelper,
124+
helper: options.resizeHelper,
125125
maxWidth: options.maxWidth,
126126
maxHeight: options.maxHeight,
127127
minWidth: options.minWidth,

0 commit comments

Comments
 (0)