mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
fix NPEs when deleting mentions
This commit is contained in:
parent
c91dcffe82
commit
33eaa84bdf
@ -1038,7 +1038,6 @@ export default class MessageComposerInput extends React.Component {
|
||||
data: { completion, completionId, url: href },
|
||||
// we can't put text in here otherwise the editor tries to select it
|
||||
isVoid: true,
|
||||
nodes: [],
|
||||
});
|
||||
} else if (completion === '@room') {
|
||||
inline = Inline.create({
|
||||
@ -1046,7 +1045,6 @@ export default class MessageComposerInput extends React.Component {
|
||||
data: { completion, completionId },
|
||||
// we can't put text in here otherwise the editor tries to select it
|
||||
isVoid: true,
|
||||
nodes: [],
|
||||
});
|
||||
} else {
|
||||
inline = Inline.create({
|
||||
|
Loading…
x
Reference in New Issue
Block a user