提交 84b6ab2a 编写于 作者: K Kamran Ahmed

Add refactor todo

上级 34f28472
...@@ -357,6 +357,7 @@ export default class Element { ...@@ -357,6 +357,7 @@ export default class Element {
showAfterMs = 0; showAfterMs = 0;
} }
// @todo remove timeout and handle with CSS
this.animationTimeout = this.window.setTimeout(() => { this.animationTimeout = this.window.setTimeout(() => {
this.popover.show(showAtPosition); this.popover.show(showAtPosition);
}, showAfterMs); }, showAfterMs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册