Skip to content

Commit

Permalink
#29 Gallery designer clones, needs to pull
Browse files Browse the repository at this point in the history
Fixed gallery designer not pulling but cloning
  • Loading branch information
DerKnerd committed Aug 15, 2021
1 parent d5fa2ff commit 88c6ab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defines.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

const __ROOT__ = __DIR__;
const INSTALLED_VERSION = '20.0.12';
const INSTALLED_VERSION = '20.0.13';
const __JINYA_TEMP = __ROOT__ . '/tmp/';
if (!is_dir(__JINYA_TEMP)) {
mkdir(__JINYA_TEMP, 0775, true);
Expand Down
2 changes: 1 addition & 1 deletion designer/src/app/media/GalleryView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$: if (filesElement instanceof HTMLElement) {
filesSortable = new Sortable(filesElement, {
group: {name: 'gallery', pull: 'clone', put: true},
group: {name: 'gallery', pull: true, put: true},
sort: false,
async onAdd(e) {
e.item.style.display = 'none';
Expand Down
Empty file modified public/static/css/stats.css
100755 → 100644
Empty file.

0 comments on commit 88c6ab5

Please sign in to comment.