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

View File

@@ -259,7 +259,7 @@ export default {
hiddenOnCollapse: data[i].hiddenOnCollapse, hiddenOnCollapse: data[i].hiddenOnCollapse,
icon: 'pie-chart-fill', icon: 'pie-chart-fill',
onClick: function (item) { onClick: function (item) {
console.log("onclick"); // TODO click evet handler
} }
} }
} }