Remove obsolete code
This commit is contained in:
parent
079a3f8694
commit
37cde7c1ae
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
export let state: EditLayerState
|
export let state: EditLayerState
|
||||||
export let path: ReadonlyArray<string | number>
|
export let path: ReadonlyArray<string | number>
|
||||||
let messages = state.messagesFor(path)
|
|
||||||
let expertMode = state.expertMode
|
let expertMode = state.expertMode
|
||||||
const store = state.getStoreFor(path)
|
const store = state.getStoreFor(path)
|
||||||
let value = store.data
|
let value = store.data
|
||||||
|
|
Loading…
Reference in a new issue