We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf7847 commit a049e30Copy full SHA for a049e30
src/ResizableContainer.ts
@@ -54,7 +54,6 @@ export class ResizableContainer implements IDockContainer {
54
this.resizeHandles = [];
55
56
if (this.resizeDirection & ResizeDirection.North) {
57
-
58
this._buildResizeHandle(false, false, true, false);
59
}
60
0 commit comments