mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: Fix bug that prevented keyboard navigation in flyouts. (#8687)
* fix: Fix bug that prevented keyboard navigation in flyouts. * refactor: Add an `isFocusable()` method to FlyoutItem.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// Former goog.module ID: Blockly.IFlyout
|
||||
|
||||
import type {BlockSvg} from '../block_svg.js';
|
||||
import {FlyoutItem} from '../flyout_base.js';
|
||||
import type {FlyoutItem} from '../flyout_item.js';
|
||||
import type {Coordinate} from '../utils/coordinate.js';
|
||||
import type {Svg} from '../utils/svg.js';
|
||||
import type {FlyoutDefinition} from '../utils/toolbox.js';
|
||||
|
||||
Reference in New Issue
Block a user