Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 81fed13

Browse files
committed
#41 Persist connection ID list across clears
1 parent 243091e commit 81fed13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/reducers/frames.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ function clear(state, options = {}) {
180180
// Allow clearing on page reload
181181
if (options.resetIDfilter !== true) {
182182
newState.filter.webSocketSerialID = state.filter.webSocketSerialID;
183+
newState.uniqueConnections = state.uniqueConnections;
183184
}
184185

185186
return newState;

0 commit comments

Comments
 (0)