mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
show again the table handle and type around
This commit is contained in:
@@ -248,7 +248,7 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
||||
|
||||
this.$widget.find('.note-detail-printable:visible').printThis({
|
||||
header: $("<h2>").text(this.note && this.note.title).prop('outerHTML'),
|
||||
footer: "<script>document.body.className += ' ck-content';</script>",
|
||||
footer: "<script>document.body.className += ' ck-content printed-content';</script>",
|
||||
importCSS: false,
|
||||
loadCSS: [
|
||||
"libraries/codemirror/codemirror.css",
|
||||
|
||||
Reference in New Issue
Block a user