mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 04:34:00 +02:00
fix linter
This commit is contained in:
@@ -75,7 +75,7 @@ if (browser) {
|
||||
}
|
||||
}
|
||||
|
||||
const testEl = document.createElement('div')
|
||||
const testEl = window.document.createElement('div')
|
||||
testEl.contentEditable = true
|
||||
|
||||
for (let i = 0; i < EVENT_RULES.length; i++) {
|
||||
|
Reference in New Issue
Block a user