Skip to content

Commit 24440fa

Browse files
authored
chore(common): fix broken slug (#2751)
1 parent c28f2f2 commit 24440fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/pdfviewer-upload-controls-visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This knowledge base article also answers the following questions:
3232

3333
## Solution
3434

35-
To control the visibility of Upload component and its dropzone in the `TelerikPdfViewer` while a PDF is loading, apply custom CSS to hide the upload controls. To achieve that, use the [`OnOpen`](slug://components/pdfviewer/events#onopen) event to apply a CSS class with the required styles that hide the controls until the PDF file is loaded successfully.
35+
To control the visibility of Upload component and its dropzone in the `TelerikPdfViewer` while a PDF is loading, apply custom CSS to hide the upload controls. To achieve that, use the [`OnOpen`](slug://pdfviewer-events#onopen) event to apply a CSS class with the required styles that hide the controls until the PDF file is loaded successfully.
3636

3737
````RAZOR
3838
<TelerikPdfViewer Data="@PdfSource"

0 commit comments

Comments
 (0)