Skip to content

Commit bc75487

Browse files
committed
refactor
1 parent fb7af2d commit bc75487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/chrome/elements/compose-modules/compose-input-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class ComposeInputModule extends ViewModule<ComposeView> {
5454
};
5555

5656
public removeRichTextFormatting = () => {
57-
if (this.view.inputModule.isRichText()) {
57+
if (this.isRichText()) {
5858
this.initSquire(false, true);
5959
}
6060
};

0 commit comments

Comments
 (0)