Browse Source

Merge pull request #606 from doccano/feature/show-menu-by-default

Enable to show menu by default, resolve #598
pull/607/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
3709368086
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      frontend/layouts/annotation.vue
  2. 2
      frontend/layouts/project.vue

2
frontend/layouts/annotation.vue

@ -78,7 +78,7 @@ export default {
},
data() {
return {
drawerLeft: false
drawerLeft: null
}
},

2
frontend/layouts/project.vue

@ -48,7 +48,7 @@ export default {
data() {
return {
drawerLeft: false
drawerLeft: null
}
},

Loading…
Cancel
Save