WIP per-tab hoisting

This commit is contained in:
zadam
2020-11-23 22:52:48 +01:00
parent 167b6974fe
commit 52b8162d01
16 changed files with 64 additions and 74 deletions

View File

@@ -24,6 +24,10 @@ function set(key, value) {
namespace.set(key, value);
}
function getHoistedNoteId() {
return namespace.get('hoistedNoteId');
}
function getSourceId() {
return namespace.get('sourceId');
}
@@ -74,6 +78,7 @@ module.exports = {
get,
set,
namespace,
getHoistedNoteId,
getSourceId,
getLocalNowDateTime,
disableEntityEvents,