Merge commit '79c0366cc71e00edc21f341a6d0eb70c55374d6b'

This commit is contained in:
burnettk 2023-04-07 12:06:49 -04:00
commit a6064fa070
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -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 });
}