[win-nix] fix bug 49067

This commit is contained in:
Maxim Kadushkin
2022-09-20 22:27:14 +03:00
parent d25d38ec61
commit e8de18daff

View File

@ -214,8 +214,8 @@ function openFile(from, model) {
} else {
const params = {
id: model.fileid,
name: model.name,
path: model.path,
name: utils.fn.decodeHtml(model.name),
path: utils.fn.decodeHtml(model.path),
type: model.type
};