File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 245
245
font-family : " Courier New" , Courier , monospace ;
246
246
font-size : 0.75rem ;
247
247
padding : 3px 0px 0 5px !important ;
248
- /* border-radius: 0;*/
249
248
}
250
249
251
250
.ti-deletion-mark {
@@ -406,14 +405,6 @@ const processAttachments = (attachments: Attachment[]) => {
406
405
});
407
406
};
408
407
409
- // Create a computed property to generate URLs for the files
410
- const filesWithUrls = computed (() => {
411
- return Object .entries (files ).reduce ((acc , [sha256 , file ]) => {
412
- acc [sha256 ] = file ;
413
- return acc ;
414
- }, {} as { [sha256 : string ]: File });
415
- });
416
-
417
408
const pasteImageFileToMarkdown = (markdown : string , insertPosition : SupportedInsertPositionType = " afterCursor" ) => {
418
409
form .markdown = insertIntoTextarea (markdown , markdownArea .value as unknown as HTMLTextAreaElement , insertPosition );
419
410
};
You can’t perform that action at this time.
0 commit comments