Skip to content

Commit e3a9756

Browse files
authored
Merge branch 'master' into issue-5668-add-thunderbird-attachments-support
2 parents 06f5bc0 + fc92f9f commit e3a9756

File tree

6 files changed

+61
-109
lines changed

6 files changed

+61
-109
lines changed

extension/chrome/elements/pgp_block_modules/pgp-block-render-module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { PgpBlockView } from '../pgp_block.js';
88
import { Ui } from '../../../js/common/browser/ui.js';
99
import { Lang } from '../../../js/common/lang.js';
1010
import { Xss } from '../../../js/common/platform/xss.js';
11+
import linkifyHtml from 'linkifyHtml';
1112

1213
export class PgpBlockViewRenderModule {
1314
private heightHist: number[] = [];

extension/types/linkifyHtml.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)