We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccd73d commit 66068bdCopy full SHA for 66068bd
1 file changed
lib/page.js
@@ -843,7 +843,7 @@ class Page extends EventEmitter {
843
844
this.STREAMDECK.emit('detach', attachedIndex, this, attachedKey)
845
this.emit('detach', attachedIndex, this, attachedKey)
846
- key.emit('detach', attachedIndex, this, attachedKey)
+ attachedKey.emit('detach', attachedIndex, this, attachedKey)
847
848
break
849
}
0 commit comments