We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: FormatException #0 _extension#8.shift (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:311:7) #1 _extension#8.<< (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:308:42) #2 _extension#2.format (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:252:26) #3 _extension#1.format (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:238:50) #4 DeltaTextInputService.apply. (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:68:49) #5 MappedListIterable.elementAt (dart:_internal/iterable.dart:415:31) #6 ListIterator.moveNext (dart:_internal/iterable.dart:344:26) #7 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189:27) #8 new _GrowableList.of (dart:core-patch/g<…>
Just type --- or " in the appflowy editor.
iOS
1.0.4
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description
*** normally draws the divider well.
--- gives the following error.
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: FormatException
#0 _extension#8.shift (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:311:7)
#1 _extension#8.<< (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:308:42)
#2 _extension#2.format (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:252:26)
#3 _extension#1.format (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:238:50)
#4 DeltaTextInputService.apply. (package:appflowy_editor/src/editor/editor_component/service/ime/delta_input_service.dart:68:49)
#5 MappedListIterable.elementAt (dart:_internal/iterable.dart:415:31)
#6 ListIterator.moveNext (dart:_internal/iterable.dart:344:26)
#7 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189:27)
#8 new _GrowableList.of (dart:core-patch/g<…>
ex) " something => " something
How to Reproduce
Just type --- or " in the appflowy editor.
Expected Behavior
Operating System
iOS
AppFlowy Editor Version(s)
1.0.4
Screenshots
Additional Context
No response
The text was updated successfully, but these errors were encountered: