mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
Merge commit '79c0366cc71e00edc21f341a6d0eb70c55374d6b'
This commit is contained in:
commit
a6064fa070
@ -84,10 +84,6 @@ function requestOptions(eventBus, element, commandStack, optionType) {
|
||||
// or you risk a race condition.
|
||||
eventBus.once(`spiff.${optionType}.returned`, (event) => {
|
||||
spiffExtensionOptions[optionType] = event.options;
|
||||
commandStack.execute('element.updateProperties', {
|
||||
element,
|
||||
properties: {},
|
||||
});
|
||||
});
|
||||
eventBus.fire(`spiff.${optionType}.requested`, { eventBus });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user