mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
chore: equality + doc cleanups
This commit is contained in:
@@ -32,7 +32,7 @@ export interface IFocusableNode {
|
||||
*
|
||||
* It's expected the actual returned element will not change for the lifetime
|
||||
* of the node (that is, its properties can change but a new element should
|
||||
* never be returned.)
|
||||
* never be returned).
|
||||
*/
|
||||
getFocusableElement(): HTMLElement | SVGElement;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ export interface IFocusableTree {
|
||||
|
||||
/**
|
||||
* Returns the IFocusableNode of this tree that should receive active focus
|
||||
* when the tree itself has focused returned to it.
|
||||
* when the tree itself has focus returned to it.
|
||||
*
|
||||
* There are some very important notes to consider about a tree's focus
|
||||
* lifecycle when implementing a version of this method that doesn't return
|
||||
|
||||
Reference in New Issue
Block a user