mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
fix: hide content selection floating bar modal issues (#6413)
This commit is contained in:
@@ -141,7 +141,7 @@ const bulkProgressMessage = computed(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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 class="flex items-center gap-0.5">
|
||||||
<div
|
<div
|
||||||
v-if="selectedItems.length > 0"
|
v-if="selectedItems.length > 0"
|
||||||
|
|||||||
Reference in New Issue
Block a user