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
Describe the bug
Using purescript-ace v8.0.0, running the following code, crashes immediately, the error message being self is undefined (same on firefox an google chrome), where self is the second argument of editNodeImpl.
editor <- Ace.editNode element Ace.ace
The text was updated successfully, but these errors were encountered:
Describe the bug
Using purescript-ace v8.0.0, running the following code, crashes immediately, the error message being
self is undefined
(same on firefox an google chrome), where self is the second argument ofeditNodeImpl
.The text was updated successfully, but these errors were encountered: