This commit is contained in:
Alon Dahari 2024-06-04 15:41:18 +01:00
Родитель 8f87568613
Коммит ede718025a
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ type ProcessSelectionTextFn = (str: string) => string
export class Quote {
selection = window.getSelection()
processSelectionText: ProcessSelectionTextFn = (str) => str
processSelectionText: ProcessSelectionTextFn = str => str
closest(selector: string): Element | null {
const startContainer = this.range.startContainer