mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49: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',
|
author: 'CloudHill',
|
||||||
hacks: {
|
hacks: {
|
||||||
'renderer/preload.js'(store, __exports) {
|
'renderer/preload.js'(store, __exports) {
|
||||||
|
if (!store().blocks) store().blocks = {};
|
||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{
|
{
|
||||||
key: 'replace_title',
|
key: 'replace_title',
|
||||||
@ -429,7 +431,7 @@ module.exports = {
|
|||||||
|
|
||||||
function getView(collection) {
|
function getView(collection) {
|
||||||
return collection.querySelector('.notion-scroller [class$="view"]')
|
return collection.querySelector('.notion-scroller [class$="view"]')
|
||||||
.className.split('-')[1]
|
?.className.split('-')[1]
|
||||||
}
|
}
|
||||||
|
|
||||||
// add/remove keys to data-tweaks
|
// add/remove keys to data-tweaks
|
||||||
|
Loading…
Reference in New Issue
Block a user