Noction / vue-draggable-grid

https://noction.github.io/vue-draggable-grid/
88 stars 33 forks source link

Distinction between an active and a finished layout-change (update:layout and layout-updated) #8

Closed schuhwerk closed 1 year ago

schuhwerk commented 1 year ago

Hi! Thanks for your great work! I just came across the issue, that you don't make a distinction between an ongoing layout change and a finished one here. In both cases the update:layout event is emitted.

So I gave the second one (in the highlighted lines) a different name and based the naming of the finished event (layout-updated) on the implementation of jbaysolutions.

I'm not sure why they used different notations ( "-" vs ":" )... What do you think?