mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix: invisible button should not be interactive (#5017)
This commit is contained in:
@@ -65,4 +65,5 @@ export const newPageButtonLabel = style({
|
||||
|
||||
export const headerCreateNewButtonHidden = style({
|
||||
opacity: 0,
|
||||
pointerEvents: 'none',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user