Skip to content

Commit c261bcf

Browse files
committed
comments
1 parent 0eb2563 commit c261bcf

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
794794
}, this);
795795
},
796796

797+
// ------------------ IDLING TRACKER ------------------
797798
__startIdlingTracker: function() {
798799
if (this.__studyEditorIdlingTracker) {
799800
this.__studyEditorIdlingTracker.stop();
@@ -810,7 +811,9 @@ qx.Class.define("osparc.desktop.StudyEditor", {
810811
this.__studyEditorIdlingTracker = null;
811812
}
812813
},
814+
// ------------------ IDLING TRACKER ------------------
813815

816+
// ------------------ AUTO SAVER ------------------
814817
__startAutoSaveTimer: function() {
815818
// Save every 3 seconds
816819
const timer = this.__autoSaveTimer = new qx.event.Timer(this.self().AUTO_SAVE_INTERVAL);
@@ -835,6 +838,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
835838
this.__autoSaveTimer.restart();
836839
}
837840
},
841+
// ------------------ AUTO SAVER ------------------
838842

839843
__stopTimers: function() {
840844
this.__stopIdlingTracker();

0 commit comments

Comments
 (0)