From 11c485b9f736b11e1ed6cdfb9aac341f14b8d855 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 11 Sep 2019 14:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=84=A6=E7=82=B9=E7=9B=91?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 9f894dce9..312784843 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,7 +5,6 @@ import './UI/Css/golden.less'; import './UI/Css/style.less'; import './UI/Css/switchTheme.less'; import { WebCAD } from './UI/Layout/ApplicationLayout'; -import { ActiveElementsWatch } from './Common/ActiveElementWatch'; //禁止用户选中 document.addEventListener("selectionchange", () => @@ -70,6 +69,4 @@ window.onload = function () Layers.prototype.test = (layers) => true; new ErrorMonitoring(); new WebCAD(); - - ActiveElementsWatch(); };