Browse Source
Merge pull request #3436 from anlumo/master
Added Functionality to Call the Parent on the Resizer Functions.
pull/3445/head
Artur Arseniev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/commands/view/SelectComponent.js
|
|
|
@ -494,7 +494,7 @@ export default { |
|
|
|
}; |
|
|
|
|
|
|
|
if (typeof resizable == 'object') { |
|
|
|
options = { ...options, ...resizable }; |
|
|
|
options = { ...options, ...resizable, parent: options }; |
|
|
|
} |
|
|
|
|
|
|
|
this.resizer = editor.runCommand('resize', { el, options, force: 1 }); |
|
|
|
|