mirror of
https://github.com/maputnik/editor.git
synced 2026-08-03 11:47:26 +00:00
Use proper version of array-move
This commit is contained in:
@@ -4,7 +4,7 @@ import cloneDeep from 'lodash.clonedeep'
|
|||||||
import clamp from 'lodash.clamp'
|
import clamp from 'lodash.clamp'
|
||||||
import get from 'lodash.get'
|
import get from 'lodash.get'
|
||||||
import {unset} from 'lodash'
|
import {unset} from 'lodash'
|
||||||
import {arrayMoveImmutable} from 'array-move'
|
import {arrayMoveMutable} from 'array-move'
|
||||||
import url from 'url'
|
import url from 'url'
|
||||||
import hash from "string-hash";
|
import hash from "string-hash";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user