Add refactor todo
Browse files- src/core/element.js +1 -0
src/core/element.js
CHANGED
|
@@ -357,6 +357,7 @@ export default class Element {
|
|
| 357 |
showAfterMs = 0;
|
| 358 |
}
|
| 359 |
|
|
|
|
| 360 |
this.animationTimeout = this.window.setTimeout(() => {
|
| 361 |
this.popover.show(showAtPosition);
|
| 362 |
}, showAfterMs);
|
|
|
|
| 357 |
showAfterMs = 0;
|
| 358 |
}
|
| 359 |
|
| 360 |
+
// @todo remove timeout and handle with CSS
|
| 361 |
this.animationTimeout = this.window.setTimeout(() => {
|
| 362 |
this.popover.show(showAtPosition);
|
| 363 |
}, showAfterMs);
|