mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
support other SQLite wrappers, and various hooks needed by grist-static (#516)
This commit is contained in:
@@ -84,7 +84,7 @@ export class App extends DisposableWithEvents {
|
||||
|
||||
const isHelpPaneVisible = ko.observable(false);
|
||||
|
||||
G.document.querySelector('#grist-logo-wrapper').remove();
|
||||
G.document.querySelector('#grist-logo-wrapper')?.remove();
|
||||
|
||||
// Help pop-up pane
|
||||
const helpDiv = document.body.appendChild(
|
||||
|
||||
Reference in New Issue
Block a user