feat: drag file on tab button to switch to that tab (#1013)

This commit is contained in:
Aman Harwara
2022-05-05 22:29:15 +05:30
committed by GitHub
parent a3d5f57657
commit c981cdced4
3 changed files with 18 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
export enum PopoverTabs {
AttachedFiles = 'attached-files-tab',
AllFiles = 'all-files-tab',
}