vue2-ace-editor icon indicating copy to clipboard operation
vue2-ace-editor copied to clipboard

not update content until focus when ace editor is hidden

Open vikyd opened this issue 5 years ago • 2 comments

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

vikyd avatar Aug 09 '19 08:08 vikyd

it does not work for me

AILINGANGEL avatar Aug 28 '19 12:08 AILINGANGEL

Any update?

rahulkumarsingh73690 avatar Dec 30 '21 15:12 rahulkumarsingh73690