mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
16216796b6
commit
17fc039ad5
5 changed files with 111 additions and 2 deletions
|
|
@ -302,7 +302,7 @@ export const bazaar = {
|
|||
app.plugins.find((item: Plugin) => {
|
||||
if (item.name === dataObj.name) {
|
||||
// @ts-ignore
|
||||
hasSetting = item.__proto__.hasOwnProperty("openSetting");
|
||||
hasSetting = item.setting || item.__proto__.hasOwnProperty("openSetting");
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue