mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
da0e656ba6
commit
b5c45cbb45
7 changed files with 98 additions and 42 deletions
|
|
@ -155,7 +155,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark") => {
|
|||
let hasAV = false;
|
||||
const range = getSelection().rangeCount > 0 ? getSelection().getRangeAt(0) : null;
|
||||
Object.keys(attrs).forEach(item => {
|
||||
if ("custom-riff-decks" === item) {
|
||||
if ("custom-riff-decks" === item || item.startsWith("custom-sy-")) {
|
||||
return;
|
||||
}
|
||||
if (item === "custom-reminder-wechat") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue