support multi-frame following
This commit is contained in:
parent
4c9d0433a6
commit
ac5354020e
11 changed files with 234 additions and 95 deletions
|
@ -69,4 +69,7 @@ export default class InputComponent {
|
|||
e.target.getAttribute('contenteditable').toLowerCase() === 'true' ||
|
||||
e.target.getAttribute('contenteditable').toLowerCase() === '');
|
||||
}
|
||||
|
||||
onMessage() {
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue