mirror of https://github.com/vector-im/riot-web
remove unused html serializer
parent
e51554c626
commit
089ac337f4
|
@ -145,7 +145,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
this.plainWithIdPills = new PlainWithPillsSerializer({ pillFormat: 'id' });
|
||||
this.plainWithPlainPills = new PlainWithPillsSerializer({ pillFormat: 'plain' });
|
||||
this.md = new Md();
|
||||
this.html = new Html();
|
||||
//this.html = new Html(); // not used atm
|
||||
|
||||
this.suppressAutoComplete = false;
|
||||
this.direction = '';
|
||||
|
|
Loading…
Reference in New Issue