tangled
alpha
login
or
join now
diffdown.com
/
diffdown-app
0
fork
atom
Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
0
fork
atom
overview
issues
10
pulls
pipelines
fix: use stopHeartbeat() in closeWS for consistency
John Luther
3 weeks ago
de529345
b48678a0
+1
-1
1 changed file
expand all
collapse all
unified
split
templates
document_edit.html
+1
-1
templates/document_edit.html
reviewed
···
734
734
flushDeltas(); // send any buffered deltas before closing
735
735
ws.close();
736
736
ws = null;
737
737
-
clearInterval(wsPingTimer);
737
737
+
stopHeartbeat();
738
738
}
739
739
740
740
// sendEdit sends a full-document replacement via the granular-delta path.