@saltcorn/filemanager 1.1.2-beta.1 → 1.1.2-beta.10
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 +2 -2
- package/public/build/bundle.css +1 -1
- package/public/build/bundle.js +4 -4
- package/public/build/bundle.js.map +1 -1
- package/src/App.svelte +2 -1
- package/src/Picker.svelte +1 -1
package/src/App.svelte
CHANGED
|
@@ -331,6 +331,7 @@
|
|
|
331
331
|
on:drop={handleDrop}
|
|
332
332
|
ondragover="return false"
|
|
333
333
|
class="row"
|
|
334
|
+
role="region"
|
|
334
335
|
>
|
|
335
336
|
<div class="col-8">
|
|
336
337
|
<div>
|
|
@@ -383,7 +384,7 @@
|
|
|
383
384
|
</div>
|
|
384
385
|
|
|
385
386
|
<div class="filelist">
|
|
386
|
-
<table class="table table-sm">
|
|
387
|
+
<table class="table table-sm table-hover">
|
|
387
388
|
<thead>
|
|
388
389
|
<tr>
|
|
389
390
|
<th />
|