Skip to content

Commit

Permalink
Merge pull request #1117 from PlanoramaEvents/ckeditor-message-suppress
Browse files Browse the repository at this point in the history
PLAN-1025 suppress upgrade message till we upgrade JS libs
  • Loading branch information
balen authored Jul 6, 2024
2 parents 017b691 + 6a612ac commit 656c31c
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 656c31c

Please sign in to comment.