@xuda.io/xuda-widget-plugin-xuda-drive 1.0.25 → 1.0.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/package.json +1 -1
- package/runtime.mjs +1 -1
package/package.json
CHANGED
package/runtime.mjs
CHANGED
|
@@ -618,7 +618,7 @@ export async function viewer(fields, e) {
|
|
|
618
618
|
};
|
|
619
619
|
|
|
620
620
|
const html = `
|
|
621
|
-
<div class="flex flex-col divide-y overflow-hidden h-full">
|
|
621
|
+
<div class="flex flex-col divide-y overflow-hidden h-full" dir="ltr">
|
|
622
622
|
|
|
623
623
|
<div v-if="options.show_toolbar !== 'N'" class="flex items-center py-2 px-6">
|
|
624
624
|
<div class="flex gap-2 items-center flex-1">
|