Skip to content

Commit 3acef33

Browse files
committed
fix: some leaks
fix: format code fix: format code
1 parent 5efa5f3 commit 3acef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ts/lib/sidebar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Sidebar {
9292
});
9393
};
9494

95-
open(width?: number): void {
95+
open (width?: number): void {
9696
if (!this.obj || !this.obj.length || this.isAnimating || !this.data.isClosed) {
9797
return;
9898
};

0 commit comments

Comments
 (0)