Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-15 13:34:39 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-15 13:34:39 +0300
commit8f7061ae98581d3b382fc9cc231a9f7e4e8b7e2b (patch)
treede6f4f7933ca48c7b19ea98725bd79d46685e088 /src/components
parente166907fc418fcb8be203c86a99b2a24d3f666c0 (diff)
Remove unknown attribute menu-alignbugfix/7566/unknown-property-menu-align
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/TopBar/TopBar.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index dbd69e630..b71180cd5 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -71,7 +71,6 @@
<Actions v-if="!isSidebar"
v-shortkey.once="['f']"
class="top-bar__button"
- menu-align="right"
:aria-label="t('spreed', 'Conversation actions')"
:container="container"
@shortkey.native="toggleFullscreen">