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:
-rw-r--r--src/components/TopBar/TopBar.vue2
-rw-r--r--src/utils/clipboard.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 1fdb0a31f..da0d77f82 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -54,7 +54,7 @@
<Actions
v-shortkey="['f']"
class="top-bar__button"
- menuAlign="right"
+ menu-align="right"
@shortkey.native="toggleFullscreen">
<ActionButton
:icon="iconFullscreen"
diff --git a/src/utils/clipboard.js b/src/utils/clipboard.js
index a93602a4e..270f38ec1 100644
--- a/src/utils/clipboard.js
+++ b/src/utils/clipboard.js
@@ -41,5 +41,5 @@ const fetchClipboardContent = function(event) {
}
export {
- fetchClipboardContent
+ fetchClipboardContent,
}