First attempt to get the editor-layer-index working
This commit is contained in:
parent
e46ea51d44
commit
08175a747f
11 changed files with 268 additions and 74 deletions
2
State.ts
2
State.ts
|
@ -65,7 +65,7 @@ export class State {
|
|||
|
||||
public filteredLayers: UIEventSource<FilteredLayer[]> = new UIEventSource<FilteredLayer[]>([])
|
||||
public presets: UIEventSource<Preset[]> = new UIEventSource<Preset[]>([])
|
||||
|
||||
|
||||
/**
|
||||
* The message that should be shown at the center of the screen
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue