@platforma-sdk/ui-vue 1.7.9 → 1.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/lib.js +4 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -7545,7 +7545,10 @@ const _E = { class: "file-dialog" }, yE = { class: "file-dialog__search" }, bE =
|
|
|
7545
7545
|
text: P.name,
|
|
7546
7546
|
value: P
|
|
7547
7547
|
})), s.autoSelectStorage && Zr(
|
|
7548
|
-
D.find(
|
|
7548
|
+
D.find(
|
|
7549
|
+
(P) => P.name === "local" || // the only local storage on unix systems
|
|
7550
|
+
P.name.startsWith("local_disk_") && P.initialFullPath.length > 4
|
|
7551
|
+
),
|
|
7549
7552
|
// local drive where home folder is stored, normally C:\
|
|
7550
7553
|
(P) => {
|
|
7551
7554
|
l.storageEntry = P, l.dirPath = P.initialFullPath;
|