You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
remove unused html serializer
This commit is contained in:
@@ -145,7 +145,7 @@ export default class MessageComposerInput extends React.Component {
|
|||||||
this.plainWithIdPills = new PlainWithPillsSerializer({ pillFormat: 'id' });
|
this.plainWithIdPills = new PlainWithPillsSerializer({ pillFormat: 'id' });
|
||||||
this.plainWithPlainPills = new PlainWithPillsSerializer({ pillFormat: 'plain' });
|
this.plainWithPlainPills = new PlainWithPillsSerializer({ pillFormat: 'plain' });
|
||||||
this.md = new Md();
|
this.md = new Md();
|
||||||
this.html = new Html();
|
//this.html = new Html(); // not used atm
|
||||||
|
|
||||||
this.suppressAutoComplete = false;
|
this.suppressAutoComplete = false;
|
||||||
this.direction = '';
|
this.direction = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user