chore: fix scrollbars (#2875) [skip e2e]

This commit is contained in:
Aman Harwara
2024-05-04 13:23:57 +05:30
committed by GitHub
parent 1368001333
commit f2f523c94c
4 changed files with 13 additions and 10 deletions

View File

@@ -30,6 +30,8 @@ export const SMART_TAGS_FEATURE_NAME = 'Smart Tags'
export const SYNC_TIMEOUT_DEBOUNCE = 350
export const SYNC_TIMEOUT_NO_DEBOUNCE = 100
export const IS_CHROME: boolean = /^(?=.*Chrome).*/i.test(navigator.userAgent)
type EditorMetadata = {
icon: IconType
subtleIcon?: IconType