You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/renderer/components/shared/KeyspacesHandler.vue
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,11 @@ export default {
147
147
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');
148
148
}
149
149
},
150
-
showKeyspaceList(show) {
151
-
// Close keyspaces list when user clicks anywhere else
152
-
if (show) window.addEventListener('click', this.clickEvent);
0 commit comments