vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.67k stars 727 forks source link

unlock grid after reading the response #2558

Closed dv1x3r closed 1 month ago

dv1x3r commented 2 months ago

Grid unlocks immediately after receiving the response object, but before completing the stream reading. This PR moves .unlock() call to the rest.json().finally statement.