提交 991eb5d6 编写于 作者: K Kamran Ahmed

Fix - Click event closes the driver

上级 b32693aa
......@@ -106,6 +106,11 @@ export default class Driver {
return;
}
// Stop the event propagation on click/tap. `onClick` handles
// both touch and click events – which on some browsers causes
// the click to close the tour
e.stopPropagation();
const highlightedElement = this.overlay.getHighlightedElement();
const popover = this.document.getElementById(ID_POPOVER);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册