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
In the super_editor action tags example in the example app, if you type some text and then move the caret in between the text and then add / and delete it, the app crashes with the following error:
The following _Exception was thrown while processing the key message handler:
Exception: removeAttribution() did not satisfy start < 0 and start > end, start: 8, end: 7
To Reproduce
Run the super_editor example app
Go to action tags from the sidebar
Type 'hello world'
Move the caret between hello and world.
Add a /
Then delete it
Platform
MacOS
Flutter version
Flutter 3.25.0-1.0.pre.147 • channel master
alterhuman
changed the title
[BUG] - Exception when removing action tags slash character within some text
[SuperEditor] - Exception when removing action tags slash character within some text
Oct 9, 2024
In the super_editor action tags example in the example app, if you type some text and then move the caret in between the text and then add
/
and delete it, the app crashes with the following error:To Reproduce
Platform
MacOS
Flutter version
Flutter 3.25.0-1.0.pre.147 • channel master
@matthew-carroll @angelosilvestre please assist
The text was updated successfully, but these errors were encountered: