You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
remove debugger statement
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -642,7 +642,6 @@ export default class MessageComposerInput extends React.Component {
|
||||
// FIXME: this conversion loses pills (turning them into pure MD links).
|
||||
// We need to add a pill-aware deserialize method
|
||||
// to PlainWithPillsSerializer which recognises pills in raw MD and turns them into pills.
|
||||
debugger;
|
||||
return Plain.deserialize(
|
||||
// FIXME: we compile the MD out of the RTE state using slate-md-serializer
|
||||
// which doesn't roundtrip symmetrically with commonmark, which we use for
|
||||
|
||||
Reference in New Issue
Block a user