mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
Fix restore action for file preview file reload [SCI-11253]
This commit is contained in:
parent
f2c9a7c0a5
commit
0be982e25f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export default {
|
||||||
|
|
||||||
if (!imageElement) return;
|
if (!imageElement) return;
|
||||||
|
|
||||||
window.ActiveStoragePreviews.reCheckPreview({ target: imageElement });
|
$('#filePreviewModal').modal('hide');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue