-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: State changes are keeping the medium toolbars on page #24
Comments
Fixed using this:
But there's some memory leak on overriding MediumEditors without deactivating existing ones. |
me too... But the above didn't work for me. In the run of my main module I put:
|
I fixed it by deactivating the editor on scope destroy
|
diefans fix works best. This should get into the code base. There is still an issue, though. On submit, the toolbar remains active for me. Apparently the button click or tab+enter is not enough to trigger the toolbar removal. Is there any way to get the medium editor from the angular element object to allow deactivate from outside code? |
State changes are keeping the toolbars on page, this is causing to the bottom of the page being active, but empty.
[GIF] Bug below
The text was updated successfully, but these errors were encountered: