mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
get rid of delete
This commit is contained in:
parent
11578d6288
commit
ed50ed5319
1 changed files with 2 additions and 2 deletions
|
|
@ -344,7 +344,7 @@ export const SelectedFiles = (
|
|||
|
||||
|
||||
{/* clear all selections button */}
|
||||
{type !== 'staging' || selections.length === 0 || i !== selections.length - 1 ? null : <div
|
||||
{/* {type !== 'staging' || selections.length === 0 || i !== selections.length - 1 ? null : <div
|
||||
className='
|
||||
absolute right-0 translate-x-[calc(100%+4px)]
|
||||
rounded-md
|
||||
|
|
@ -362,7 +362,7 @@ export const SelectedFiles = (
|
|||
'
|
||||
onClick={() => { setStaging([]) }}
|
||||
/>
|
||||
</div>}
|
||||
</div>} */}
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue