Commit 8b427ff6 authored by Robert Knight's avatar Robert Knight

Clarify what it means for WebSocket updates to be applied

parent aa694a16
......@@ -19,7 +19,8 @@ import route from './route';
const initialState = {
/**
* Map of ID -> updated annotation for updates that have been received over
* the WebSocket but not yet applied
* the WebSocket but not yet applied (ie. saved to the "annotations" store
* module and shown in the UI).
*
* @type {Record<string, Annotation>}
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment