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
The source of the problem is that in the web version, ViewMode is still set to Full despite that ModVars is set to true by default, while in the local version ViewMode is set to Custom. This discrepancy causes pressing Escape in the web version to accidentally bring out all variables in PB instead of cancelling the code suggestion insertion.
More investigation is needed to fully resolve this issue. For now I did a simple hack -- tell PB that "leap is on" when Leap is constructed to avoid all keydown handling of Escape in PB.
Suspect: race condition with some action also handled by
Escape
in RTVThe text was updated successfully, but these errors were encountered: