mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
This commit is contained in:
parent
5129ad926a
commit
a5c6b68103
@ -390,6 +390,10 @@ export class Outline extends Model {
|
|||||||
id: this.blockId,
|
id: this.blockId,
|
||||||
preview: this.isPreview
|
preview: this.isPreview
|
||||||
}, response => {
|
}, response => {
|
||||||
|
// 文档切换后不再更新原有推送 https://github.com/siyuan-note/siyuan/issues/13409
|
||||||
|
if (data.data.rootID !== this.blockId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this.update(response);
|
this.update(response);
|
||||||
// https://github.com/siyuan-note/siyuan/issues/8372
|
// https://github.com/siyuan-note/siyuan/issues/8372
|
||||||
if (getSelection().rangeCount > 0) {
|
if (getSelection().rangeCount > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user