mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
component => type widget refactoring
This commit is contained in:
@@ -141,7 +141,7 @@ async function printActiveNote() {
|
||||
|
||||
await libraryLoader.requireLibrary(libraryLoader.PRINT_THIS);
|
||||
|
||||
$tabContext.$tabContent.find('.note-detail-component:visible').printThis({
|
||||
$tabContext.$tabContent.find('.note-detail-printable:visible').printThis({
|
||||
header: $("<h2>").text($tabContext.note && $tabContext.note.title).prop('outerHTML') ,
|
||||
importCSS: false,
|
||||
loadCSS: [
|
||||
|
||||
Reference in New Issue
Block a user