This commit is contained in:
Vanessa 2023-01-09 16:20:00 +08:00
parent 13f921e24a
commit af35d9487c

View file

@ -332,7 +332,6 @@ const initWindow = () => {
document.body.classList.add("body--blur");
});
ipcRenderer.on(Constants.SIYUAN_OPENURL, (event, url) => {
console.log(event, url);
if (!/^siyuan:\/\/blocks\/\d{14}-\w{7}/.test(url)) {
return;
}