mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Fix: Revert focus prs (#8933)
* Revert "feat: Make toolbox and flyout focusable (#8920)" This reverts commit5bc83808bf. * Revert "feat: Make WorkspaceSvg and BlockSvg focusable (#8916)" This reverts commitd7680cf32e.
This commit is contained in:
@@ -62,7 +62,7 @@ export class PathObject implements IPathObject {
|
||||
/** The primary path of the block. */
|
||||
this.svgPath = dom.createSvgElement(
|
||||
Svg.PATH,
|
||||
{'class': 'blocklyPath', 'tabindex': '-1'},
|
||||
{'class': 'blocklyPath'},
|
||||
this.svgRoot,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user