@tmagic/editor 1.5.5 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  .layout-box-container {
3
3
  position: relative;
4
4
  width: 100%;
5
- height: 150px;
5
+ height: 130px;
6
6
 
7
7
  .help-txt {
8
8
  float: left;
@@ -0,0 +1,5 @@
1
+ export const LEFT_COLUMN_WIDTH_STORAGE_KEY = '$MagicEditorLeftColumnWidthData';
2
+ export const RIGHT_COLUMN_WIDTH_STORAGE_KEY = '$MagicEditorRightColumnWidthData';
3
+
4
+ export const DEFAULT_LEFT_COLUMN_WIDTH = 310;
5
+ export const DEFAULT_RIGHT_COLUMN_WIDTH = 480;
@@ -54,6 +54,7 @@ export class IdleTask<T = any> extends EventEmitter {
54
54
 
55
55
  this.hightLevelTaskList = [];
56
56
  this.taskList = [];
57
+ this.taskHandle = null;
57
58
  }
58
59
 
59
60
  public on<Name extends keyof IdleTaskEvents, Param extends IdleTaskEvents[Name]>(