You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM5:3 wikiOperationInBrowser.executeTWJavaScriptWhenIdle The script has error Cannot read properties of undefined (reading 'invokeActionsByTag')
(async () => await new Promise((resolve, reject) => {
const handler = () => {
requestIdleCallback(() => {
if (typeof $tw !== 'undefined') {
try {
const result = (() => {
const event = new Event('TidGi-invokeActionByTag');
return $tw.rootWidget.invokeActionsByTag("$:/tags/DarkLightChangeActions",event,{"dark-mode":"no"});
})();
resolve(result);
} catch (error) {
reject(error);
}
} else {
// wait till $tw is not undefined.
setTimeout(handler, 500);
}
}, { timeout: 500 });
};
handler();
}))()
VM5:3 wikiOperationInBrowser.ipcRenderer.on wiki-invoke-actions-by-tag The script has error Cannot read properties of undefined (reading 'invokeActionsByTag')
arguments_: [0.5387127593761245,"$:/tags/DarkLightChangeActions","{"dark-mode":"no"}"]
VM5:3 wikiOperationInBrowser.executeTWJavaScriptWhenIdle The script has error Cannot read properties of undefined (reading 'addTiddler')
Environment 环境信息
No response
Description 描述
VM5:3 wikiOperationInBrowser.executeTWJavaScriptWhenIdle The script has error Cannot read properties of undefined (reading 'invokeActionsByTag')
VM5:3 wikiOperationInBrowser.ipcRenderer.on wiki-invoke-actions-by-tag The script has error Cannot read properties of undefined (reading 'invokeActionsByTag')
arguments_: [0.5387127593761245,"$:/tags/DarkLightChangeActions","{"dark-mode":"no"}"]
VM5:3 wikiOperationInBrowser.executeTWJavaScriptWhenIdle The script has error Cannot read properties of undefined (reading 'addTiddler')
Steps to Reproduce 复现方式
正常打开巨型wiki
Additional Context 额外上下文
No response
The text was updated successfully, but these errors were encountered: