diff --git a/src/commands/view/SelectComponent.js b/src/commands/view/SelectComponent.js index 1c50ac1be..f9499b8fb 100644 --- a/src/commands/view/SelectComponent.js +++ b/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 });