mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-02 00:37:07 +00:00
Keep P2P consumers on the current transport
This commit is contained in:
@@ -35,7 +35,7 @@ export class P2PServerStatusPaneView extends SvelteItemView {
|
||||
return mount(P2PServerStatusPane, {
|
||||
target,
|
||||
props: {
|
||||
liveSyncReplicator: this._p2pResult.replicator,
|
||||
getLiveSyncReplicator: () => this._p2pResult.replicator,
|
||||
core: this.core,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user