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
Quickly dragging the selection area may cause formatting errors
How to Reproduce
Quick drag selection
Expected Behavior
Only selecting does not cause formatting issues
Operating System
desktop
AppFlowy Editor Version(s)
master
Screenshots
Additional Context
The following assertion was thrown during a scheduler callback:
'package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart': Failed assertion: line 487 pos 14: 'false': is not true.
When the exception was thrown, this was the stack: #2 _DesktopSelectionServiceWidgetState._updateCursorAreas (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:487:14) #3 _DesktopSelectionServiceWidgetState._updateSelection.updateSelection (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:152:11) #4 _DesktopSelectionServiceWidgetState._updateSelection. (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:165:9) #5 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1284:15) #6 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1223:9) #7 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:1072:5) #8 _invoke (dart:ui/hooks.dart:142:13) #9 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:359:5) #10 _drawFrame (dart:ui/hooks.dart:112:31)
(elided 2 frames from class _AssertionError)
The text was updated successfully, but these errors were encountered:
Bug Description
Quickly dragging the selection area may cause formatting errors
How to Reproduce
Quick drag selection
Expected Behavior
Only selecting does not cause formatting issues
Operating System
desktop
AppFlowy Editor Version(s)
master
Screenshots
Additional Context
The following assertion was thrown during a scheduler callback:
'package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart': Failed assertion: line 487 pos 14: 'false': is not true.
When the exception was thrown, this was the stack:
#2 _DesktopSelectionServiceWidgetState._updateCursorAreas (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:487:14)
#3 _DesktopSelectionServiceWidgetState._updateSelection.updateSelection (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:152:11)
#4 _DesktopSelectionServiceWidgetState._updateSelection. (package:appflowy_editor/src/editor/editor_component/service/selection/desktop_selection_service.dart:165:9)
#5 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1284:15)
#6 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1223:9)
#7 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:1072:5)
#8 _invoke (dart:ui/hooks.dart:142:13)
#9 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:359:5)
#10 _drawFrame (dart:ui/hooks.dart:112:31)
(elided 2 frames from class _AssertionError)
The text was updated successfully, but these errors were encountered: