Future<void> selectRow(String keyPath) async { await flushActiveDrafts(); selection.openRow(keyPath); }