mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
feat(component): mobile menu support (#7892)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const isMobile = () => {
|
||||
return environment.isBrowser && environment.isMobile;
|
||||
};
|
||||
Reference in New Issue
Block a user