kamrify commited on
Commit
6f3b9a7
·
1 Parent(s): 0d0ea61

Update readme

Browse files
Files changed (1) hide show
  1. readme.md +2 -0
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
  ![](./demo/images/split.png)
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
  ![](./demo/images/split.png)
250
 
251
  ## Todo