Change: editor-worker-body -> editor-worker
This commit is contained in:
parent
268e1716b4
commit
5778d5c858
|
@ -11,7 +11,7 @@ global moveFocus workerUtil
|
|||
'use strict';
|
||||
|
||||
const editorWorker = workerUtil.createWorker({
|
||||
url: '/edit/editor-worker-body.js'
|
||||
url: '/edit/editor-worker.js'
|
||||
});
|
||||
|
||||
let styleId = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user