Library node editing now includes editing sub-documents and soft removal
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user