remove message propagation
This commit is contained in:
parent
86431e82f7
commit
903c9c78b7
8 changed files with 37 additions and 22 deletions
|
@ -69,7 +69,4 @@ export default class InputComponent {
|
|||
e.target.getAttribute('contenteditable').toLowerCase() === 'true' ||
|
||||
e.target.getAttribute('contenteditable').toLowerCase() === '');
|
||||
}
|
||||
|
||||
onMessage() {
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue