#229 - "disable on this device" (#238)

This commit is contained in:
Simon Cambier
2023-05-09 19:11:55 +02:00
committed by GitHub
parent a7612178f1
commit 362df5360b
4 changed files with 53 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ export const excerptAfter = 300
export const highlightClass = `suggestion-highlight omnisearch-highlight ${
settings.highlight ? 'omnisearch-default-highlight' : ''
}`
export const K_DISABLE_OMNISEARCH = 'omnisearch-disabled'
export const eventBus = new EventBus()