mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-04 14:58:28 -04:00
fix(gui): properly escape filenames in fancytree
Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -2997,6 +2997,9 @@ angular.module('syncthing.core')
|
||||
$scope.restoreVersions.tree = $("#restoreTree").fancytree({
|
||||
extensions: ["table", "filter", "glyph"],
|
||||
quicksearch: true,
|
||||
// Node titles are remote-controlled file/path
|
||||
// components; render them as text, not HTML.
|
||||
escapeTitles: true,
|
||||
filter: {
|
||||
hideExpanders: true,
|
||||
mode: "hide"
|
||||
|
||||
Reference in New Issue
Block a user