Skip to content

Commit

Permalink
increasing throttle for mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
acholyn committed Jun 6, 2024
1 parent 4960458 commit aca247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rard/static/js/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ CKEDITOR.editorConfig = function (config) {
marker: "@",
output: "<span class='mention'>$1</span>",
minChars: 0,
throttle: 300,
throttle: 350,
pattern: /@([a-zA-Z]{2}):.*/,
followingSpace: true,
itemTemplate: "<li data-id='{id}'>{value}</li>",
Expand Down

0 comments on commit aca247a

Please sign in to comment.