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() {
|
||||
this.calcContentTdWidth()
|
||||
setTimeout(() => {
|
||||
this.calcContentTdWidth()
|
||||
}, 200)
|
||||
}
|
||||
|
||||
calcContentTdWidth() {
|
||||
|
@ -254,7 +254,9 @@ export default class StatusPanelJobqueue extends Mixins(BaseMixin) {
|
||||
}
|
||||
|
||||
mounted() {
|
||||
this.calcContentTdWidth()
|
||||
setTimeout(() => {
|
||||
this.calcContentTdWidth()
|
||||
}, 200)
|
||||
}
|
||||
|
||||
calcContentTdWidth() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user