1 parent 2e3441e commit 34f2847Copy full SHA for 34f2847
1 file changed
src/index.js
@@ -185,7 +185,7 @@ export default class Driver {
185
// If there is no highlighted element or there is a highlighted element
186
// without popover or if the popover does not allow buttons - ignore
187
const highlightedElement = this.getHighlightedElement();
188
- if (!highlightedElement || !highlightedElement.popover || !highlightedElement.popover.options.showButtons) {
+ if (!highlightedElement || !highlightedElement.popover) {
189
return;
190
}
191
0 commit comments