breaking change: rename get-container to teleport
This commit is contained in:
@@ -95,8 +95,8 @@ export default createComponent({
|
||||
},
|
||||
|
||||
onClickWrapper(event) {
|
||||
// prevent being identified as clicking outside and closed when use get-contaienr
|
||||
if (this.getContainer) {
|
||||
// prevent being identified as clicking outside and closed when using teleport
|
||||
if (this.teleport) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user