We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efa5f3 commit 3acef33Copy full SHA for 3acef33
src/ts/lib/sidebar.ts
@@ -92,7 +92,7 @@ class Sidebar {
92
});
93
};
94
95
- open(width?: number): void {
+ open (width?: number): void {
96
if (!this.obj || !this.obj.length || this.isAnimating || !this.data.isClosed) {
97
return;
98
0 commit comments