feat(Tab): add title-style prop (#5048)
This commit is contained in:
@@ -64,6 +64,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
onClickWrapper(event) {
|
||||
// prevent being identified as clicking outside and closed when use get-contaienr
|
||||
if (this.getContainer) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user