Skip to content

Commit bbd7c6b

Browse files
committed
Move commands to plugin's activate function
1 parent c74a098 commit bbd7c6b

File tree

4 files changed

+1004
-668
lines changed

4 files changed

+1004
-668
lines changed

src/drawio/modulated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92774,7 +92774,7 @@ EditorUi.prototype.refresh = function(sizeDidChange)
9277492774
}
9277592775
}
9277692776

92777-
var effHsplitPosition = Math.max(0, Math.min(this.hsplitPosition, w - this.splitSize - 20));
92777+
var effHsplitPosition = Math.max(50, Math.min(this.hsplitPosition, w - this.splitSize - 20));
9277892778

9277992779
var tmp = 0;
9278092780

0 commit comments

Comments
 (0)