silverstripe / silverstripe-asset-admin

Silverstripe assets gallery for asset management
BSD 3-Clause "New" or "Revised" License
20 stars 79 forks source link

Console error when clicking image in WYSIWYG #1333

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Very occasionally after inserting an image to the WYSIWYG and then immediately clicking on an image there is a console error (l is undefined) which I have traced to being img in the line img.setAttribute('width', width || img.naturalWidth); in onpostrender().

PRs