(core) Fix scrollbar in code view

Summary:
The scrollbar wasn't properly positioned inside the
bounds of the main panel.

Test Plan: Manual.

Reviewers: jarek

Reviewed By: jarek

Subscribers: paulfitz, jarek

Differential Revision: https://phab.getgrist.com/D4357
This commit is contained in:
George Gevoian
2024-09-30 11:20:07 -04:00
parent 632cb8464b
commit d2714da224
4 changed files with 9 additions and 15 deletions

View File

@@ -222,7 +222,7 @@ export class GristBullMQQueueScope implements GristQueueScope {
} = {}) {
await this._worker?.close();
if (options.obliterate) {
await this._queue?.obliterate();
await this._queue?.obliterate({force: true});
}
}