Library node editing now includes editing sub-documents and soft removal

This commit is contained in:
Stefan Zermatten
2019-08-02 12:35:59 +02:00
parent 745f4fd353
commit 0b184c4e85
8 changed files with 109 additions and 41 deletions

View File

@@ -3,6 +3,7 @@
* inputs, and sends update events when valid data model changes must occur
*/
import { get, toPath } from 'lodash';
function resolvePath(model, path){
let arrayPath = toPath(path);
if (arrayPath.length === 1){