mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
fix codepad close error when file is not saved
This commit is contained in:
parent
473d9c6575
commit
598c11b2c3
@ -928,7 +928,7 @@ namespace OS {
|
|||||||
(() => {
|
(() => {
|
||||||
const result1 = [];
|
const result1 = [];
|
||||||
for (v of Array.from(dirties)) {
|
for (v of Array.from(dirties)) {
|
||||||
result1.push(v.filename());
|
result1.push(v.filename);
|
||||||
}
|
}
|
||||||
return result1;
|
return result1;
|
||||||
})().join(", ")
|
})().join(", ")
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"email": "xsang.le@gmail.com",
|
"email": "xsang.le@gmail.com",
|
||||||
"licences": "GPLv3"
|
"licences": "GPLv3"
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.0.2-a",
|
||||||
"category":"Developments",
|
"category":"Developments",
|
||||||
"iconclass":"fa fa-pencil-square-o",
|
"iconclass":"fa fa-pencil-square-o",
|
||||||
"mimes":[
|
"mimes":[
|
||||||
|
Loading…
Reference in New Issue
Block a user