Skip to content

Commit

Permalink
Add dummy onChangeCallback function
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Dec 27, 2023
1 parent 2b9d6b7 commit 8ffca54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default {
async saveAndQuit(content) {

},

onChangeCallback(callback) {

},
},

onWindowClose(callback) {
Expand Down

0 comments on commit 8ffca54

Please sign in to comment.