Leskov Oleg 5 dias atrás
pai
commit
4ba76f8e7d
1 arquivos alterados com 3 adições e 0 exclusões
  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