Skip to content

Commit

Permalink
fix: set default draggable to false
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jun 4, 2021
1 parent 05ca985 commit a075db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
draggable: {
required: false,
type: Boolean,
default: true,
default: false,
},
sidebarWidth: {
required: false,
Expand Down

0 comments on commit a075db7

Please sign in to comment.