JTRB
Results
1
comments of
JTRB
Alternatively this could be accomplished by tagging YJS CodeMirror transactions with `Transaction.remote` inside `y-sync.js`: ```diff - view.dispatch({ changes, annotations: [ySyncAnnotation.of(this.conf)] }) + view.dispatch({ changes, annotations: [ySyncAnnotation.of(this.conf), cmState.Transaction.remote] }) ``` to...