Skip to content

Commit

Permalink
🚚 (#2345): rename Menu.vue -> MenuBar.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed May 26, 2022
1 parent 99f40d3 commit bb02c39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EditorWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ import { Collaboration, Keymap, UserColor } from './../extensions/index.js'
import isMobile from './../mixins/isMobile.js'
import store from './../mixins/store.js'
import Lock from 'vue-material-design-icons/Lock'
import MenuBar from './Menu/Bar.vue'
import MenuBar from './Menu/MenuBar.vue'
import EditorDraggable from './EditorDraggable.vue'

const EDITOR_PUSH_DEBOUNCE = 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
import debounce from 'debounce'

export default {
// eslint-disable-next-line vue/match-component-file-name
name: 'MenuBar',
components: { ActionEntry },
mixins: [
Expand Down

0 comments on commit bb02c39

Please sign in to comment.