* [bug #57673] fix js error on switching navbar from api page.

This commit is contained in:
sunhao
2024-12-02 16:51:17 +08:00
committed by 孙广明
parent 68a591d1ea
commit b8df7ef8f4
+1 -1
View File
@@ -5,7 +5,7 @@ let currentDocApp = null;
let currentUser = null;
let currentSpaceType = '';
let userPrivs = {};
let docLangData = {};
let docLangData = null;
const savingDocData = {};
/**