bytescale / bytescale-upload-widget

Beautiful JavaScript Upload Widget | Powered by Bytescale
https://www.bytescale.com/docs/upload-widget
MIT License
99 stars 10 forks source link

Do not remove widget from DOM if `layout: inline` set #6

Closed ljwagerfield closed 2 years ago

ljwagerfield commented 2 years ago

As per the title: it only makes sense to remove the widget from the DOM if layout: modal, but not if layout: inline.

ljwagerfield commented 2 years ago

This is now implemented.