mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
refactor: Remove INavigable in favor of IFocusableNode. (#9037)
* refactor: Remove INavigable in favor of IFocusableNode. * chore: Fix JSDoc. * chore: Address review feedback.
This commit is contained in:
@@ -796,18 +796,6 @@ export class FieldDropdown extends Field<string> {
|
||||
throw TypeError('Found invalid FieldDropdown options.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns this field's class.
|
||||
*
|
||||
* Used by keyboard navigation to look up the rules for navigating from this
|
||||
* field.
|
||||
*
|
||||
* @returns This field's class.
|
||||
*/
|
||||
getClass() {
|
||||
return FieldDropdown;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user