mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Fix handson table rendering [SCI-9295]
This commit is contained in:
parent
e0ed027211
commit
c3aab9c3a9
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@
|
||||||
setTimeout(this.updateTable, 100) // delay makes cancel button work
|
setTimeout(this.updateTable, 100) // delay makes cancel button work
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.$nextTick(this.tableObject.render);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue