#39 - Fixed keypress events not correctly prevented

This commit is contained in:
Simon Cambier
2022-04-30 20:35:32 +02:00
parent ca04ed80c9
commit ba56898170
3 changed files with 14 additions and 18 deletions

View File

@@ -7,9 +7,7 @@ import {
type SearchMatch,
} from './globals'
import {
escapeRegex,
extractHeadingsFromCache,
splitQuotes,
stringsToRegex,
stripMarkdownCharacters,
wait,