mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix tooltip offset
This commit is contained in:
parent
43c50b5072
commit
af5f523ff1
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ const Vault = observer(forwardRef<VaultRefProps>((props, ref) => {
|
|||
className: 'fromVault',
|
||||
typeX: I.MenuDirection.Left,
|
||||
typeY: I.MenuDirection.Center,
|
||||
offsetX: 8,
|
||||
offsetX: 42,
|
||||
delay,
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue