mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
19 stars 2 forks source link

[gem][duoyun-ui] popover static open method effect order #203

Closed mantou132 closed 2 months ago

mantou132 commented 2 months ago

#initEffect 是异步执行的 但紧接这被 #open 同步更新状态,导致执行 initEffect 时状态不对

可行的解决方案:

mantou132 commented 1 month ago

事件 emitter 也该成了异步,防止同步触发祖先元素事件处理器中更新状态(此时祖先元素还没有 initEffect)