mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-16 01:41:17 +02:00
Remove unused CIDER setting watcher
This setting watcher for CIDER seems unused and logs a warning at the moment, so this change removes it.
This commit is contained in:
parent
82eefb69f6
commit
8e39bd8885
@ -460,8 +460,6 @@ export default createReactClass({
|
|||||||
// (We could use isMounted, but facebook have deprecated that.)
|
// (We could use isMounted, but facebook have deprecated that.)
|
||||||
this.unmounted = true;
|
this.unmounted = true;
|
||||||
|
|
||||||
SettingsStore.unwatchSetting(this._ciderWatcherRef);
|
|
||||||
|
|
||||||
// update the scroll map before we get unmounted
|
// update the scroll map before we get unmounted
|
||||||
if (this.state.roomId) {
|
if (this.state.roomId) {
|
||||||
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());
|
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user