We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4abf7 commit cf6281cCopy full SHA for cf6281c
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -301,7 +301,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
301
this.__updateNodeMarkerFromPatch(node, patch);
302
}
303
304
- } else if (path.startsWith("/ui/annotations/")) {
+ } else if (path.startsWith("/ui/annotations")) {
305
this.__updateAnnotationFromPatch(patch);
306
307
});
0 commit comments