mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user