Remove console.logs
parent
c30bba0a1a
commit
662a2d1f35
|
@ -161,7 +161,6 @@ export default {
|
||||||
|
|
||||||
this.styleObject.insetInlineEnd = pos + 'px';
|
this.styleObject.insetInlineEnd = pos + 'px';
|
||||||
} else {
|
} else {
|
||||||
console.log(getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]'));
|
|
||||||
let pos = 0;
|
let pos = 0;
|
||||||
let prev = getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]');
|
let prev = getPreviousElementSibling(this.$el, '[data-p-frozen-column="true"]');
|
||||||
|
|
||||||
|
|
|
@ -872,7 +872,6 @@ export default {
|
||||||
if (insertedValueStr === '0') {
|
if (insertedValueStr === '0') {
|
||||||
newSelectionEnd = selectionEnd + 1;
|
newSelectionEnd = selectionEnd + 1;
|
||||||
} else {
|
} else {
|
||||||
console.log(Number(this.isDecimalSign(value) || this.isDecimalSign(insertedValueStr)));
|
|
||||||
newSelectionEnd = newSelectionEnd + Number(this.isDecimalSign(value) || this.isDecimalSign(insertedValueStr));
|
newSelectionEnd = newSelectionEnd + Number(this.isDecimalSign(value) || this.isDecimalSign(insertedValueStr));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue