manageEvent method
Implementation
void manageEvent(KeyEvent event) {
if (cursor.anchorId == '') {
cursor.anchorId = content.id;
cursor.focusId = content.id;
}
_eventHandler.handle(event, this);
}
void manageEvent(KeyEvent event) {
if (cursor.anchorId == '') {
cursor.anchorId = content.id;
cursor.focusId = content.id;
}
_eventHandler.handle(event, this);
}