You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing text to heading and back several time browser tab stops responding and tab CPU goes to 100%.
Before latest version there was same problem but with larger scale. When trying to add new block between blocks and not entering text right away then tab stops responding.
Tried with:
Latest Chrome
Microsoft Edge
Brave
Mozilla
Edit:
This seems to be related with div focusing and causing tab to unrespond.
In older version(not sure with version, since compiled js does not have version number) this line causes crash and I had to comment out focusing part.
I have latest version v0.9.0-beta8.
When changing text to heading and back several time browser tab stops responding and tab CPU goes to 100%.
Before latest version there was same problem but with larger scale. When trying to add new block between blocks and not entering text right away then tab stops responding.
Tried with:
Latest Chrome
Microsoft Edge
Brave
Mozilla
Edit:
This seems to be related with div focusing and causing tab to unrespond.
In older version(not sure with version, since compiled js does not have version number) this line causes crash and I had to comment out focusing part.
I assume that div must have tabindex and if not then browser will crash.
The text was updated successfully, but these errors were encountered: