mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
simpler databases: fix initialization of store variables
This commit is contained in:
parent
458089a953
commit
c21fe3e2f1
@ -18,6 +18,8 @@ module.exports = {
|
||||
author: 'CloudHill',
|
||||
hacks: {
|
||||
'renderer/preload.js'(store, __exports) {
|
||||
if (!store().blocks) store().blocks = {};
|
||||
|
||||
const menuItems = [
|
||||
{
|
||||
key: 'replace_title',
|
||||
@ -429,7 +431,7 @@ module.exports = {
|
||||
|
||||
function getView(collection) {
|
||||
return collection.querySelector('.notion-scroller [class$="view"]')
|
||||
.className.split('-')[1]
|
||||
?.className.split('-')[1]
|
||||
}
|
||||
|
||||
// add/remove keys to data-tweaks
|
||||
|
Loading…
Reference in New Issue
Block a user