Skip to content

Commit

Permalink
fix: properties not showing on file creation on template insert
Browse files Browse the repository at this point in the history
refs: #1253, #1309
  • Loading branch information
Zachatoo committed Feb 10, 2024
1 parent 0142f79 commit e9abe48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Templater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export class Templater {
const doc = editor.getDoc();
const oldSelections = doc.listSelections();
doc.replaceSelection(output_content);
active_view?.save();

app.workspace.trigger("templater:template-appended", {
view: active_view,
Expand Down

0 comments on commit e9abe48

Please sign in to comment.