private EditorCell findTarget(EditorCell cell, int caretX) {
   return cell.getLower(CellConditions.SELECTABLE, caretX);
 }