mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 14:55:48 +00:00
Bugfix: type error elementById(...) is null #272
This commit is contained in:
@@ -79,7 +79,7 @@ export class AbstractSettingsScreen extends AbstractScreen {
|
||||
);
|
||||
});
|
||||
|
||||
elementById('rl-settings-subscreen').scrollTop = 0;
|
||||
(elementById('rl-settings-subscreen') || {}).scrollTop = 0;
|
||||
// --
|
||||
}, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user