fix(Popup): duration not work for overlay
This commit is contained in:
@@ -164,6 +164,7 @@ export default createComponent({
|
|||||||
class={this.overlayClass}
|
class={this.overlayClass}
|
||||||
style={this.overlayStyle}
|
style={this.overlayStyle}
|
||||||
zIndex={this.currentZIndex}
|
zIndex={this.currentZIndex}
|
||||||
|
duration={this.duration}
|
||||||
onClick={this.onClickOverlay}
|
onClick={this.onClickOverlay}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user