1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Remove unnecessary PDF viewer messages

This commit is contained in:
Laurent Cozic
2022-10-26 16:04:08 +01:00
parent 5b80fbc543
commit db4c6eaa6d
4 changed files with 4 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ export default function MiniViewerApp(props: MiniViewerAppProps) {
if (!pdfDocument) {
return (
<div className="mini-app loading">
<div>Loading pdf..</div>
<div></div>
</div>);
}