mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
clang-format core/keyboard_nav/tab_navigate_cursor.js
This commit is contained in:
@@ -41,8 +41,8 @@ TabNavigateCursor.prototype.validNode_ = function(node) {
|
||||
const type = node && node.getType();
|
||||
if (node) {
|
||||
const location = /** @type {Field} */ (node.getLocation());
|
||||
if (type == ASTNode.types.FIELD &&
|
||||
location && location.isTabNavigable() && location.isClickable()) {
|
||||
if (type == ASTNode.types.FIELD && location && location.isTabNavigable() &&
|
||||
location.isClickable()) {
|
||||
isValid = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user