Address prettier warning
This commit is contained in:
Родитель
8f87568613
Коммит
ede718025a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче