We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f69be8 commit 94e9a28Copy full SHA for 94e9a28
src/engine/CaptureChoiceEngine.ts
@@ -308,7 +308,6 @@ export class CaptureChoiceEngine extends QuickAddChoiceEngine {
308
const file = target.canvasFile;
309
this.formatter.setTitle(basenameWithoutMdOrCanvas(file.basename));
310
this.formatter.setDestinationFile(file);
311
- this.formatter.setDestinationSourcePath(file.path);
312
313
const captureTemplate = this.getCaptureContent();
314
const existingText = getCanvasTextCaptureContent(target);
0 commit comments