trigger icon indicating copy to clipboard operation
trigger copied to clipboard

PopupInner 的状态有概率卡在 align

Open ElonWu opened this issue 3 years ago • 1 comments

「 status 为什么卡在 align, 没完成 measure -> align -> motion -> stable 流转」 的原因没有找到; mergedStyle 的 opacity 判断似乎有误。

var mergedStyle = _objectSpread(_objectSpread(_objectSpread({}, stretchStyle), {}, { zIndex: zIndex }, style), {}, { opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0, pointerEvents: status === 'stable' ? undefined : 'none' });

ElonWu avatar Apr 07 '21 08:04 ElonWu

也遇到这个问题,目前粗暴的在使用组件的时候重写了 pointerEvents

EchoZhaoH avatar Apr 13 '22 03:04 EchoZhaoH