mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fix a bug where render note content could be set to null during renaming
This commit is contained in:
@@ -82,8 +82,6 @@ async function handleMessage(event) {
|
||||
let syncIdReachedListeners = [];
|
||||
|
||||
function waitForSyncId(desiredSyncId) {
|
||||
console.log("Waiting for ", desiredSyncId);
|
||||
|
||||
if (desiredSyncId <= lastSyncId) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user