Document load fix
This commit is contained in:
parent
9374d3efbe
commit
8495e4212d
1 changed files with 1 additions and 4 deletions
|
|
@ -74,10 +74,7 @@ export default function PDFViewerPage() {
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
<Link
|
<Link
|
||||||
href="/"
|
href="/"
|
||||||
onClick={() => {
|
onClick={() => {clearCurrDoc(); stop();}}
|
||||||
setText('');
|
|
||||||
stop();
|
|
||||||
}}
|
|
||||||
className="inline-flex items-center px-3 py-1 bg-base text-foreground rounded-lg hover:bg-offbase transition-colors"
|
className="inline-flex items-center px-3 py-1 bg-base text-foreground rounded-lg hover:bg-offbase transition-colors"
|
||||||
>
|
>
|
||||||
<svg className="w-4 h-4 mr-2 text-muted" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4 mr-2 text-muted" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue