You've already forked joplin
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:
@@ -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>);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user