Skip to content

Commit a95e4c5

Browse files
committed
fix: disable spellcheck sanitation
1 parent 9f5ee6b commit a95e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/highlighting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class Highlighting {
2525
// unbounce rate in ms before calling the spellcheck service after changes
2626
throttle: 1000,
2727
// remove highlights after a change if the cursor is inside a highlight
28-
removeOnCorrection: true,
28+
removeOnCorrection: false,
2929
spellcheck: {
3030
marker: '<span class="highlight-spellcheck"></span>',
3131
throttle: 1000,

0 commit comments

Comments
 (0)