[Glitch] Fix typo in handler function call name
Port 72a8af80886f270a27bd686f1fa86ef478748963 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
e76fb9b2c4
commit
57eab6dbee
@ -99,7 +99,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
|
|||||||
if (this.mediaQuery.removeEventListener) {
|
if (this.mediaQuery.removeEventListener) {
|
||||||
this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
|
this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
|
||||||
} else {
|
} else {
|
||||||
this.mediaQuery.removeListener(this.handleLayouteChange);
|
this.mediaQuery.removeListener(this.handleLayoutChange);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user