You've already forked AstralRinth
fix: hide content selection floating bar modal issues (#6413)
This commit is contained in:
@@ -141,7 +141,7 @@ const bulkProgressMessage = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<FloatingActionBar :shown="shown" :aria-label="ariaLabel">
|
||||
<FloatingActionBar :shown="shown" :aria-label="ariaLabel" hide-when-modal-open>
|
||||
<div class="flex items-center gap-0.5">
|
||||
<div
|
||||
v-if="selectedItems.length > 0"
|
||||
|
||||
Reference in New Issue
Block a user