Skip to content

Commit a818ced

Browse files
author
Syed Irtaza Raza
authored
Merge pull request #13 from Irtazaraza/comment-show-keyspace-list-watcher
comment out watcher for showKeyspaceList
2 parents 3ac45a6 + d549f19 commit a818ced

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/renderer/components/shared/KeyspacesHandler.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ export default {
147147
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');
148148
}
149149
},
150-
showKeyspaceList(show) {
151-
// Close keyspaces list when user clicks anywhere else
152-
if (show) window.addEventListener('click', this.clickEvent);
153-
else window.removeEventListener('click', this.clickEvent);
154-
},
150+
// showKeyspaceList(show) {
151+
// // Close keyspaces list when user clicks anywhere else
152+
// if (show) window.addEventListener('click', this.clickEvent);
153+
// else window.removeEventListener('click', this.clickEvent);
154+
// },
155155
},
156156
methods: {
157157
setKeyspace(name) {

0 commit comments

Comments
 (0)