fix: invisible button should not be interactive (#5017)

This commit is contained in:
Peng Xiao
2023-11-21 15:05:07 +00:00
committed by Peng Xiao
parent 5e8103adbd
commit 615255706d

View File

@@ -65,4 +65,5 @@ export const newPageButtonLabel = style({
export const headerCreateNewButtonHidden = style({
opacity: 0,
pointerEvents: 'none',
});