fix(core): disable sidebar user select (#5862)

close #5846
This commit is contained in:
EYHN
2024-02-22 07:58:14 +00:00
committed by LongYinan
parent f492b6711b
commit a26e0b3ec9
2 changed files with 2 additions and 0 deletions
@@ -153,6 +153,7 @@ export const emptyCollectionMessage = style({
fontSize: 'var(--affine-font-sm)',
textAlign: 'center',
color: 'var(--affine-black-30)',
userSelect: 'none',
});
export const emptyCollectionNewButton = style({
@@ -171,4 +171,5 @@ export const emptyFavouritesMessage = style({
fontSize: 'var(--affine-font-sm)',
textAlign: 'center',
color: 'var(--affine-black-30)',
userSelect: 'none',
});