Small updates to Layout Extension code (committing to keep separate from larger changes)

Summary: Changed AXVisible checking, added AX specific hover

Reviewed By: danielbuechele

Differential Revision: D8795383

fbshipit-source-id: bb10b9e860629cfd385d97e79587c76460b516bc
This commit is contained in:
Sara Valderrama
2018-07-12 09:23:27 -07:00
committed by Facebook Github Bot
parent fcd1b1e773
commit 9e673a07a8
2 changed files with 43 additions and 30 deletions

View File

@@ -23,3 +23,5 @@ export class AXElementsInspector extends Component<{
return null;
}
}
export const AXToggleButtonEnabled: boolean = false;