keep this.$refs.drop.update(); because of transfer

This commit is contained in:
Sergio Crisostomo 2018-02-08 11:45:08 +01:00
parent 755693b58b
commit 65ce6cedcb

View file

@ -373,6 +373,7 @@
const input = this.$el.querySelector('input');
if (input) input.blur();
}
this.$refs.drop.update();
this.$emit('on-open-change', state);
},
value(val) {