Skip to content

Commit

Permalink
disabling ap crit cache
Browse files Browse the repository at this point in the history
  • Loading branch information
acholyn committed Jun 6, 2024
1 parent 3d08d5f commit 4960458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rard/static/js/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ CKEDITOR.editorConfig = function (config) {
marker: "#",
minChars: 0,
feed: appCriticusFeed, // defined in text-editor.js
cache: false,
itemTemplate: "<li data-id='{id}'>{list_display}</li>",
outputTemplate: `<span class='mention'
data-denotation-char='#'
Expand Down

0 comments on commit 4960458

Please sign in to comment.