mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
fix render note attributes
This commit is contained in:
@@ -81,10 +81,6 @@ async function saveNotesIfChanged() {
|
||||
/** @type {TabContext[]} */
|
||||
let tabContexts = [];
|
||||
|
||||
function getActiveComponent() {
|
||||
return getActiveTabContext().getComponent();
|
||||
}
|
||||
|
||||
function getActiveEditor() {
|
||||
const activeTabContext = getActiveTabContext();
|
||||
|
||||
@@ -496,7 +492,6 @@ export default {
|
||||
getActiveEditor,
|
||||
isActive,
|
||||
activateTabContext,
|
||||
getActiveComponent,
|
||||
clearOpenTabsTask,
|
||||
filterTabs
|
||||
};
|
||||
Reference in New Issue
Block a user