提交 34f28472 编写于 作者: K Kamran Ahmed

Fix - Keyboard navigation does not work when buttons are hidden

上级 2e3441e8
......@@ -185,7 +185,7 @@ export default class Driver {
// If there is no highlighted element or there is a highlighted element
// without popover or if the popover does not allow buttons - ignore
const highlightedElement = this.getHighlightedElement();
if (!highlightedElement || !highlightedElement.popover || !highlightedElement.popover.options.showButtons) {
if (!highlightedElement || !highlightedElement.popover) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册