Skip to content

Commit

Permalink
Fix typo in interaction setter name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Dec 7, 2021
1 parent e65da3c commit 4dfe134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/mixins/interaction.js
Expand Up @@ -302,7 +302,7 @@ function defineServices () {
}

async function subscribeToInteractionEvents () {
const setterKey = addPrefix('current')
const setterKey = addPrefix('set')
const propChanges = obsFromOlChangeEvent(this.$interaction, [
'active',
'priority',
Expand Down

0 comments on commit 4dfe134

Please sign in to comment.