drag drop styling

This commit is contained in:
lotte
2020-01-22 14:58:37 +01:00
parent 002813e25e
commit 8a6fe08c22
12 changed files with 54 additions and 18 deletions

View File

@@ -327,7 +327,6 @@ export class SectionFormOperationsService {
this.operationsBuilder.remove(pathCombiner.getPath(path));
}
} else if (hasValue(event.$event) && hasValue(event.$event.previousIndex)) {
console.log(event, path);
this.operationsBuilder.move(
pathCombiner.getPath(path),
pathCombiner.getPath(segmentedPath + '/' + event.$event.previousIndex).path