mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
fix(core): center peek can't open in firefox and safari (#8816)
close AF-1690
This commit is contained in:
@@ -123,6 +123,7 @@ export const PeekViewModalContainer = forwardRef<
|
||||
|
||||
if (!contentClip || !content || !target || !overlay) {
|
||||
resolve();
|
||||
setAnimeState('idle');
|
||||
return;
|
||||
}
|
||||
const targets = contentClip;
|
||||
|
||||
Reference in New Issue
Block a user