Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTools-API destroy is not invoked when editor.destroy() is triggered #1047
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Problem
According to the docs, when I do the following:
all
destroymethods of the tools should be invoked.But, this does not happen.
Not sure if this is what was reported here already: #855.
Reproduce
example/tools/header/src/index.jsNow run
yarn build:devand executeeditor.destroy()in the consoleNothing happend, even though the console should now say
I was destroyed.