mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Remove unused weak maps (#5296)
This commit is contained in:
@@ -36,8 +36,6 @@ export const EDITOR_TO_KEY_TO_ELEMENT: WeakMap<
|
|||||||
|
|
||||||
export const IS_READ_ONLY: WeakMap<Editor, boolean> = new WeakMap()
|
export const IS_READ_ONLY: WeakMap<Editor, boolean> = new WeakMap()
|
||||||
export const IS_FOCUSED: WeakMap<Editor, boolean> = new WeakMap()
|
export const IS_FOCUSED: WeakMap<Editor, boolean> = new WeakMap()
|
||||||
export const IS_DRAGGING: WeakMap<Editor, boolean> = new WeakMap()
|
|
||||||
export const IS_CLICKING: WeakMap<Editor, boolean> = new WeakMap()
|
|
||||||
export const IS_COMPOSING: WeakMap<Editor, boolean> = new WeakMap()
|
export const IS_COMPOSING: WeakMap<Editor, boolean> = new WeakMap()
|
||||||
|
|
||||||
export const EDITOR_TO_USER_SELECTION: WeakMap<
|
export const EDITOR_TO_USER_SELECTION: WeakMap<
|
||||||
|
Reference in New Issue
Block a user