File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
services/static-webserver/client/source/class/osparc/desktop Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments