mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(electron): header button not working on linux (#7883)
tested locally on windows/linux(vm)
This commit is contained in:
@@ -42,7 +42,6 @@ export const navHeaderStyle = style({
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
['WebkitAppRegion' as string]: 'drag',
|
||||
});
|
||||
|
||||
export const navBodyStyle = style({
|
||||
|
||||
Reference in New Issue
Block a user