File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Configure file actions and handle downloads using JavaScript interop and custom
177177
178178 Add this JavaScript function to enable file downloads:
179179
180- ```` html
180+ ```` html.skip-repl
181181 @inject IJSRuntime JS
182182
183183 <script>
@@ -226,7 +226,7 @@ Configure file actions and handle downloads using JavaScript interop and custom
226226
227227 The click handler calls the js ` downloadFileFromBytes ` function.
228228
229- ```` csharp
229+ ```` csharp.skip-repl
230230 private async Task OnDirectFileDownload(ChatFileActionClickEventArgs args)
231231 {
232232 try
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Message suggestions provide users with quick reply options that appear below the
111111
112112Customize the appearance of suggestions using the Chat's ` SuggestionTemplate ` .
113113
114- ```` razor
114+ ```` razor.skip-repl
115115<TelerikChat Data="@ChatConversation"
116116 @ref="@Chat1"
117117 Width="600px"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ This allows you to define context menu actions that can be performed on Chat mes
102102
103103> caption A complete example that integrates all templates into a Chat component
104104
105- ```` RAZOR
105+ ```` RAZOR.skip-repl
106106<TelerikChat Data="@ChatConversation"
107107 @ref="@Chat1"
108108 Width="600px"
You can’t perform that action at this time.
0 commit comments