Skip to content

Commit

Permalink
Automatically update JavaScript bundle 🤖 beep boop
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and actions-user committed Jan 23, 2024
1 parent 62a89eb commit 553dea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -52716,14 +52716,6 @@ notes_mapping = {
}
const effect = StateEffect.appendConfig.of(hedy());
this.view.dispatch({ effects: effect });
const transaction = this.view.state.update({
effects: StateEffect.appendConfig.of(EditorView.updateListener.of((v) => {
if (v.docChanged) {
console.log(language2.parse(v.state.doc.toString()).toString());
}
}))
});
this.view.dispatch(transaction);
}
get contents() {
return this.view.state.doc.toString();
Expand Down
Loading

0 comments on commit 553dea5

Please sign in to comment.