mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -91,7 +91,11 @@ export default class Entrypoints extends Component {
|
||||
}
|
||||
|
||||
async unhoistCommand() {
|
||||
hoistedNoteService.unhoist();
|
||||
const activeTabContext = appContext.tabManager.getActiveTabContext();
|
||||
|
||||
if (activeTabContext) {
|
||||
activeTabContext.unhoist();
|
||||
}
|
||||
}
|
||||
|
||||
copyWithoutFormattingCommand() {
|
||||
|
||||
Reference in New Issue
Block a user