mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] fix bug 49067
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user