We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a5a52 commit 0c423c9Copy full SHA for 0c423c9
gun.js
@@ -1212,7 +1212,6 @@
1212
//if(!map || !(tmp = map[at]) || !(tmp = tmp.at)){ return }
1213
if(tmp = (seen = this.seen || (this.seen = {}))[at]){ return true }
1214
seen[at] = true;
1215
- return;
1216
//tmp.echo[cat.id] = {}; // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
1217
//obj.del(map, at); // TODO: Warning: This unsubscribes ALL of this chain's listeners from this link, not just the one callback event.
1218
return;
0 commit comments