Update readme
Browse files
readme.md
CHANGED
@@ -244,6 +244,8 @@ activeElement.showPopover(); // Show the popover
|
|
244 |
activeElement.getNode(); // Gets the DOM Element behind this element
|
245 |
```
|
246 |
|
|
|
|
|
247 |

|
248 |
|
249 |
## Todo
|
|
|
244 |
activeElement.getNode(); // Gets the DOM Element behind this element
|
245 |
```
|
246 |
|
247 |
+
*Note –* Do not forget to add `e.stopPropagation()` to the `click` binding that triggers driver
|
248 |
+
|
249 |

|
250 |
|
251 |
## Todo
|