Skip to content

Commit fbd0bd6

Browse files
committed
comment added
1 parent ee098b8 commit fbd0bd6

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
885885
return studyDiffs;
886886
},
887887

888+
// didStudyChange takes around 0.5ms
888889
didStudyChange: function() {
889890
const studyDiffs = this.__getStudyDiffs();
890891
return Boolean(Object.keys(studyDiffs.delta).length);

0 commit comments

Comments
 (0)