Update note
Browse files
readme.md
CHANGED
@@ -348,6 +348,8 @@ activeElement.showPopover(); // Show the popover
|
|
348 |
activeElement.getNode(); // Gets the DOM Element behind this element
|
349 |
```
|
350 |
|
|
|
|
|
351 |
**Note –** Do not forget to add `e.stopPropagation()` to the `click` binding that triggers driver.
|
352 |
|
353 |

|
|
|
348 |
activeElement.getNode(); // Gets the DOM Element behind this element
|
349 |
```
|
350 |
|
351 |
+

|
352 |
+
|
353 |
**Note –** Do not forget to add `e.stopPropagation()` to the `click` binding that triggers driver.
|
354 |
|
355 |

|