1
0
Fork 0
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:
Andrew Simachev 2025-04-09 18:57:35 +02:00
parent 43c50b5072
commit af5f523ff1
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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,
});
};