fix: remove scrollbar on init load of status panel (#1059)
This commit is contained in:
parent
0570568322
commit
6fefc98da6
@ -402,7 +402,9 @@ export default class StatusPanelGcodefiles extends Mixins(BaseMixin, ControlMixi
|
|||||||
}
|
}
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
setTimeout(() => {
|
||||||
this.calcContentTdWidth()
|
this.calcContentTdWidth()
|
||||||
|
}, 200)
|
||||||
}
|
}
|
||||||
|
|
||||||
calcContentTdWidth() {
|
calcContentTdWidth() {
|
||||||
|
@ -254,7 +254,9 @@ export default class StatusPanelJobqueue extends Mixins(BaseMixin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
setTimeout(() => {
|
||||||
this.calcContentTdWidth()
|
this.calcContentTdWidth()
|
||||||
|
}, 200)
|
||||||
}
|
}
|
||||||
|
|
||||||
calcContentTdWidth() {
|
calcContentTdWidth() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user