[bugfix] List: should not trigger load event when hidden (#751)
This commit is contained in:
@@ -46,15 +46,15 @@ export default {
|
||||
x: 0,
|
||||
y: 0
|
||||
};
|
||||
if (this.value) {
|
||||
this.open();
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
if (this.getContainer) {
|
||||
this.move();
|
||||
}
|
||||
if (this.value) {
|
||||
this.open();
|
||||
}
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user