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 fb7af2d commit bc75487Copy full SHA for bc75487
extension/chrome/elements/compose-modules/compose-input-module.ts
@@ -54,7 +54,7 @@ export class ComposeInputModule extends ViewModule<ComposeView> {
54
};
55
56
public removeRichTextFormatting = () => {
57
- if (this.view.inputModule.isRichText()) {
+ if (this.isRichText()) {
58
this.initSquire(false, true);
59
}
60
0 commit comments