vue2-ace-editor
vue2-ace-editor copied to clipboard
not update content until focus when ace editor is hidden
not update content until focus when ace editor is hidden
my temp solution:
this.$nextTick(function() {
editor.resize(true)
editor.renderer.updateFull()
})
ref: https://stackoverflow.com/a/30277601/2752670
it does not work for me
Any update?