Leskov Oleg 5 일 전
부모
커밋
4ba76f8e7d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/app.coffee

+ 3 - 0
app/app.coffee

@@ -65,7 +65,10 @@ globalThis.app = Vue.createApp
         loadDocumentForPath: (path) ->
             try
                 @appState.loading = true
+                debug.log ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
                 doc = await AppDB.getDocumentByPath(path, AppDB.currentLanguage)
+                debug.dir doc
+                debug.log "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
                 @appState.currentDocument = doc
                 @appState.loading = false