1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 05:31:56 +02:00

Remove unused weak maps (#5296)

This commit is contained in:
hujiulong
2023-02-18 02:47:28 +08:00
committed by GitHub
parent 8bbda102d6
commit f2607c2a52

View File

@@ -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_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 EDITOR_TO_USER_SELECTION: WeakMap<