You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/filemanager/events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ A FileManager in a WebAssembly app usually displays files from a remote server.
351
351
352
352
### PathChanged
353
353
354
-
The `PathChanged` event fires when the user navigates to a different folder through the TreeView or by double-clicking a folder item in the View. The event handler receives the new path as a `string` argument.
354
+
The `PathChanged` event fires when the user navigates to a different folder through the TreeView or by double-clicking a folder item in the [FileManager View]({%slug filemanager-views%}). The event handler receives the new path as a `string` argument.
0 commit comments