fix CR notes

This commit is contained in:
Rodrigo Quelca
2021-08-18 14:17:49 +00:00
parent 140cd4ce74
commit 84210e5dd8
2 changed files with 1 additions and 3 deletions

View File

@@ -460,7 +460,6 @@ export default {
* @param {object} el
*/
expandAfterEnter(el) {
console.log("ebnter");
el.style.height = "auto";
},
/**
@@ -485,7 +484,6 @@ export default {
return;
this.$emit("unset-mobile-item", true);
setTimeout(() => {
if (this.$parent.mobileItem !== this.item) {
this.$parent.$emit("set-mobile-item", { item: this.item, itemEl });
}