Skip to content

Commit

Permalink
suppress upgrade message till we upgrade JS libs
Browse files Browse the repository at this point in the history
  • Loading branch information
balen committed Jul 3, 2024
1 parent 13e6cfe commit 6a612ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/components/plano_editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
},
config: function() {
let local_config = {
removeButtons: "Subscript, Superscript"
removeButtons: "Subscript, Superscript",
versionCheck: false
}
let toolbar = [
Expand Down

0 comments on commit 6a612ac

Please sign in to comment.