Browse Source

文本item修改;注释srelationitem

haojianlong 5 years ago
parent
commit
c9739ce64d
1 changed files with 1 additions and 6 deletions
  1. 1 6
      saga-web-big/src/items/STextItem.ts

+ 1 - 6
saga-web-big/src/items/STextItem.ts

@@ -1,10 +1,5 @@
 import { SObjectItem } from "./SObjectItem";
-import {
-    SPainter,
-    SRect,
-    SColor,
-    SFont
-} from "@saga-web/draw/lib";
+import { SPainter, SRect, SColor, SFont } from "@saga-web/draw/lib";
 import { SMouseEvent } from "@saga-web/base/lib";
 
 /**