mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
remove debugger statement
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> (cherry picked from commit b6f7940) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
483116fb03
commit
faf17f06c6
@ -643,7 +643,6 @@ export default class MessageComposerInput extends React.Component {
|
|||||||
// FIXME: this conversion loses pills (turning them into pure MD links).
|
// FIXME: this conversion loses pills (turning them into pure MD links).
|
||||||
// We need to add a pill-aware deserialize method
|
// We need to add a pill-aware deserialize method
|
||||||
// to PlainWithPillsSerializer which recognises pills in raw MD and turns them into pills.
|
// to PlainWithPillsSerializer which recognises pills in raw MD and turns them into pills.
|
||||||
debugger;
|
|
||||||
return Plain.deserialize(
|
return Plain.deserialize(
|
||||||
// FIXME: we compile the MD out of the RTE state using slate-md-serializer
|
// 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
|
// which doesn't roundtrip symmetrically with commonmark, which we use for
|
||||||
|
Loading…
Reference in New Issue
Block a user