diff --git a/src/components/relays/blocks/RelaysResultTable.vue b/src/components/relays/blocks/RelaysResultTable.vue index 6ab66b9..d2430cd 100644 --- a/src/components/relays/blocks/RelaysResultTable.vue +++ b/src/components/relays/blocks/RelaysResultTable.vue @@ -35,14 +35,14 @@ - + Read - + @@ -86,7 +86,7 @@ class=""> - + @@ -117,15 +117,31 @@ -   + +   + -   + + + + +   + -   + + + + +   + diff --git a/src/components/relays/partials/NostrSync.vue b/src/components/relays/partials/NostrSync.vue index 3e75404..006eed5 100644 --- a/src/components/relays/partials/NostrSync.vue +++ b/src/components/relays/partials/NostrSync.vue @@ -175,6 +175,9 @@ export default defineComponent({ this.hashOG = objHash(JSON.parse(event.content)) this.hashCache = this.hashOG this.changed = false + + pool.close() + this.toggleEditor() }, togglePopover: function(){ // if(this.popoverShow){