移除焦点监控

pull/491/MERGE
ChenX 5 years ago
parent 4abdc50424
commit 11c485b9f7

@ -5,7 +5,6 @@ import './UI/Css/golden.less';
import './UI/Css/style.less'; import './UI/Css/style.less';
import './UI/Css/switchTheme.less'; import './UI/Css/switchTheme.less';
import { WebCAD } from './UI/Layout/ApplicationLayout'; import { WebCAD } from './UI/Layout/ApplicationLayout';
import { ActiveElementsWatch } from './Common/ActiveElementWatch';
//禁止用户选中 //禁止用户选中
document.addEventListener("selectionchange", () => document.addEventListener("selectionchange", () =>
@ -70,6 +69,4 @@ window.onload = function ()
Layers.prototype.test = (layers) => true; Layers.prototype.test = (layers) => true;
new ErrorMonitoring(); new ErrorMonitoring();
new WebCAD(); new WebCAD();
ActiveElementsWatch();
}; };

Loading…
Cancel
Save