Skip to content

Commit

Permalink
Trying to allow autosave when editing DB
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Dec 22, 2023
1 parent fbd56ba commit 58070c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ load_once_from_file(true)
mounted: async function() {
let mm = this
await useTabulatorJs()
yz.mainVars.disableAutoSave = true
yz.mainVars.disableAutoSave = false
mm.pane_home_selectedTable = null
await mm.switchTab({tabName: "home"})
},
Expand Down

0 comments on commit 58070c5

Please sign in to comment.