feat: click outside of drawer should close drawer
This commit is contained in:
parent
458c1663bf
commit
5ff294be3d
5 changed files with 46 additions and 19 deletions
|
|
@ -246,7 +246,7 @@ async function submitFileForm(
|
|||
alignItems: 'center',
|
||||
padding: currentDept > 2 ? '.5rem 0' : '.5rem',
|
||||
}"
|
||||
@click="() => triggerFolderCreate()"
|
||||
@click.stop="() => triggerFolderCreate()"
|
||||
id="triggerFolderCreateFileItem"
|
||||
>
|
||||
<div
|
||||
|
|
@ -353,7 +353,7 @@ async function submitFileForm(
|
|||
maxWidth: '100%',
|
||||
}"
|
||||
class="dashed"
|
||||
@click="() => triggerFileCreate()"
|
||||
@click.stop="() => triggerFileCreate()"
|
||||
id="triggerFileCreateFileItem"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue