mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-26 21:37:05 +00:00
Keep P2P consumers on the current transport
This commit is contained in:
@@ -187,7 +187,7 @@ And you can also drop the local database to rebuild from the remote device.`,
|
||||
return mount(ReplicatorPaneComponent, {
|
||||
target: target,
|
||||
props: {
|
||||
cmdSync: this._p2pResult.replicator,
|
||||
getCmdSync: () => this._p2pResult.replicator,
|
||||
core: this.core,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user