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
would be great if it can be fixed message in console:
[Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See
This warning can simply be fixed, as of version 5.62.0 by changing the line 536 in
codemirror/lib/codemirror.js
From
To
The text was updated successfully, but these errors were encountered: