Automation: fix UI remove item
This commit is contained in:
parent
87a404f71a
commit
7fac5a87f3
|
@ -261,6 +261,7 @@ class AutomationPlugin @Inject constructor(
|
|||
@Synchronized
|
||||
fun add(event: AutomationEvent) {
|
||||
automationEvents.add(event)
|
||||
event.position = automationEvents.size - 1
|
||||
rxBus.send(EventAutomationDataChanged())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue