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
I am experiencing a bug while editing code in a CodeField component on the client: if I scroll up while my cursor is in a code field, the entire window moves upwards when viewport goes past the cursor.
This is the error message that I got:
The following assertion was thrown while handling a pointer data packet:
Assertion failed:
file:///[path to file]/events.dart:1551:15
../…/gestures/events.dart:1551
!identical(kind, PointerDeviceKind.trackpad)
is not true
Additionally, I only witness this bug in production (after the app is built).
Hi there,
I am experiencing a bug while editing code in a CodeField component on the client: if I scroll up while my cursor is in a code field, the entire window moves upwards when viewport goes past the cursor.
This is the error message that I got:
The following assertion was thrown while handling a pointer data packet:
Assertion failed:
file:///[path to file]/events.dart:1551:15
../…/gestures/events.dart:1551
!identical(kind, PointerDeviceKind.trackpad)
is not true
Additionally, I only witness this bug in production (after the app is built).
I wonder if this is related to #66
The text was updated successfully, but these errors were encountered: