Skip to content

Commit 94e9a28

Browse files
committed
codex: remove redundant canvas destination source-path reset (#1124)
1 parent 9f69be8 commit 94e9a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/engine/CaptureChoiceEngine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ export class CaptureChoiceEngine extends QuickAddChoiceEngine {
308308
const file = target.canvasFile;
309309
this.formatter.setTitle(basenameWithoutMdOrCanvas(file.basename));
310310
this.formatter.setDestinationFile(file);
311-
this.formatter.setDestinationSourcePath(file.path);
312311

313312
const captureTemplate = this.getCaptureContent();
314313
const existingText = getCanvasTextCaptureContent(target);

0 commit comments

Comments
 (0)