remove message propagation

This commit is contained in:
Shin'ya Ueoka 2017-10-18 22:04:30 +09:00
parent 86431e82f7
commit 903c9c78b7
8 changed files with 37 additions and 22 deletions

View file

@ -69,7 +69,4 @@ export default class InputComponent {
e.target.getAttribute('contenteditable').toLowerCase() === 'true' ||
e.target.getAttribute('contenteditable').toLowerCase() === '');
}
onMessage() {
}
}