We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b07e8 commit 5c4a7a8Copy full SHA for 5c4a7a8
doc/index.rst
@@ -99,8 +99,8 @@ Stimulus controller:
99
100
disconnect() {
101
// You should always remove listeners when the controller is disconnected to avoid side-effects
102
- this.element.removeEventListener('typed:pre-connect', this._onConnect);
103
- this.element.removeEventListener('typed:connect', this._onPreConnect);
+ this.element.removeEventListener('typed:connect', this._onConnect);
+ this.element.removeEventListener('typed:pre-connect', this._onPreConnect);
104
}
105
106
_onPreConnect(event) {
0 commit comments