Skip to content

Commit

Permalink
Merge pull request #13 from Irtazaraza/comment-show-keyspace-list-wat…
Browse files Browse the repository at this point in the history
…cher

comment out watcher for showKeyspaceList
  • Loading branch information
Syed Irtaza Raza authored Feb 8, 2019
2 parents 3ac45a6 + d549f19 commit a818ced
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/renderer/components/shared/KeyspacesHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ export default {
this.$notifyInfo('It was not possible to retrieve keyspaces <br> - make sure Grakn is running <br> - check that host and port in connection settings are correct');
}
},
showKeyspaceList(show) {
// Close keyspaces list when user clicks anywhere else
if (show) window.addEventListener('click', this.clickEvent);
else window.removeEventListener('click', this.clickEvent);
},
// showKeyspaceList(show) {
// // Close keyspaces list when user clicks anywhere else
// if (show) window.addEventListener('click', this.clickEvent);
// else window.removeEventListener('click', this.clickEvent);
// },
},
methods: {
setKeyspace(name) {
Expand Down

0 comments on commit a818ced

Please sign in to comment.