mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 18:10:54 +09:00
fix merge problems
This commit is contained in:
parent
fd2e13c818
commit
4007dccae2
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class Sidebar {
|
|||
};
|
||||
|
||||
getDummyWidth (): number {
|
||||
return Number($('#sidebarDummy').outerWidth()) || 0;
|
||||
return Number($('#sidebarDummyLeft').outerWidth()) || 0;
|
||||
};
|
||||
|
||||
vaultHide () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue