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
parent
commit
d7f773202c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/commands/view/SelectComponent.js

2
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 });

Loading…
Cancel
Save