@milaboratories/uikit 1.2.25 → 1.2.26
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
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -4133,7 +4133,10 @@ const Ja = { class: "file-dialog" }, Qa = { class: "file-dialog__search" }, eu =
|
|
|
4133
4133
|
text: v.name,
|
|
4134
4134
|
value: v
|
|
4135
4135
|
})), o.autoSelectStorage && Le(
|
|
4136
|
-
y.find(
|
|
4136
|
+
y.find(
|
|
4137
|
+
(v) => v.name === "local" || // the only local storage on unix systems
|
|
4138
|
+
v.name.startsWith("local_disk_") && v.initialFullPath.length > 4
|
|
4139
|
+
),
|
|
4137
4140
|
// local drive where home folder is stored, normally C:\
|
|
4138
4141
|
(v) => {
|
|
4139
4142
|
r.storageEntry = v, r.dirPath = v.initialFullPath;
|