Some changes for dev. Block.call() and InlineTool.open() #2994
VasyaXY
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Method call in block can return value
let ret = editor.blocks.getBlockByIndex(0).call('someMethod', someParams);
Method open in inline tool return async to catch when menu open
editor.inlineToolbar.open().then(() => {
console.log('+++ inline opened');
});
1__In_Block_method_call_is_can_return_value_now__2__Method_open_in_inline_tool_return_asyn.patch
Beta Was this translation helpful? Give feedback.
All reactions