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