Get query-triggered command working in browser too
This commit is contained in:
@ -186,7 +186,6 @@ function ProjectMenuPopover({
|
||||
{
|
||||
id: 'share-link',
|
||||
Element: 'button',
|
||||
className: !isDesktop() ? 'hidden' : '',
|
||||
children: 'Share link to file',
|
||||
onClick: async () => {
|
||||
const shareUrl = createFileLink({
|
||||
|
Reference in New Issue
Block a user