Skip to content

Commit 4394484

Browse files
ntachevadimodi
authored and
dimodi
committed
chore(common): fix broken slug
1 parent 1267e27 commit 4394484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)