mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix: replace noop function (#2744)
This commit is contained in:
@@ -13,5 +13,5 @@ previewBlockIdAtom.onMount = set => {
|
||||
window.removeEventListener('affine.embed-block-db-click', callback);
|
||||
};
|
||||
}
|
||||
return () => {};
|
||||
return;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user