acode / copenhagen

Free, lightweight and hackable open source code editor for the web
MIT License
497 stars 29 forks source link

Error on Save: `Invalid User Action: ResetCursor` #8

Open steveruizok opened 3 years ago

steveruizok commented 3 years ago
Uncaught Error: Invalid user action: "ResetCursor"
    at i._userAction (copenhagen.0-1-4.min.js:1)
    at i.userAction (copenhagen.0-1-4.min.js:1)
    at i.setValue (copenhagen.0-1-4.min.js:1)
    at i.save (copenhagen.0-1-4.min.js:1)
    at i.ctrl+s (copenhagen.0-1-4.min.js:1)
    at i.shortcut (copenhagen.0-1-4.min.js:1)
    at i.keydown (copenhagen.0-1-4.min.js:1)
    at i.<anonymous> (copenhagen.0-1-4.min.js:1)
    at HTMLTextAreaElement.<anonymous> (copenhagen.0-1-4.min.js:1)

The editor throws the above error after pressing Command + S.

See example here.