mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-09 10:51:41 +08:00
fix(pdf): not disabled for unprintable note types
This commit is contained in:
parent
615218513a
commit
e029a3991a
@ -141,7 +141,7 @@ export default class NoteActionsWidget extends NoteContextAwareWidget {
|
|||||||
this.$convertNoteIntoAttachmentButton = this.$widget.find("[data-trigger-command='convertNoteIntoAttachment']");
|
this.$convertNoteIntoAttachmentButton = this.$widget.find("[data-trigger-command='convertNoteIntoAttachment']");
|
||||||
this.$findInTextButton = this.$widget.find(".find-in-text-button");
|
this.$findInTextButton = this.$widget.find(".find-in-text-button");
|
||||||
this.$printActiveNoteButton = this.$widget.find(".print-active-note-button");
|
this.$printActiveNoteButton = this.$widget.find(".print-active-note-button");
|
||||||
this.$exportAsPdfButton = this.$widget.find("export-as-pdf-button");
|
this.$exportAsPdfButton = this.$widget.find(".export-as-pdf-button");
|
||||||
this.$showSourceButton = this.$widget.find(".show-source-button");
|
this.$showSourceButton = this.$widget.find(".show-source-button");
|
||||||
this.$showAttachmentsButton = this.$widget.find(".show-attachments-button");
|
this.$showAttachmentsButton = this.$widget.find(".show-attachments-button");
|
||||||
this.$renderNoteButton = this.$widget.find(".render-note-button");
|
this.$renderNoteButton = this.$widget.find(".render-note-button");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user