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
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
We should as well trigger a "change:me" (like) to help modules built on top of Firepad know that the user (not another one) did something. It's easy to do it with onkeydown, slightly more tricky for copy paste?
I'm not 100% sure what you have in mind, but CodeMirror does set the change origin to "+input" for user edits and "paste" for pastes. That may help with your scenario?
Oops my mistake I'll Check what we're doing wrong then!
Clément
On 30 juin 2013, at 14:49, Michael Lehenbauer [email protected] wrote:
I'm not 100% sure what you have in mind, but CodeMirror does set the change origin to "+input" for user edits and "paste" for pastes. That may help with your scenariou?
—
Reply to this email directly or view it on GitHub.
No description provided.
The text was updated successfully, but these errors were encountered: