How to abort stop:{commandName}:before? #5544
Unanswered
AliHafeez337
asked this question in
Q&A
Replies: 1 comment
-
abort works only on |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I want to stop a command by aborting it... how to do it? please help me...
The following code doesn't work...
editor.on("stop:crmco-tabs1-tabsSetting:before", (opts) => { opts.abort = true; });
Beta Was this translation helpful? Give feedback.
All reactions