You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the package with defer modifier and it does not work. I want to first sort all of my images and when I click the save button to send the sorted order to the server. This is to avoid many HTTP requests to server.
wire:onSortOrderChange.defer="handleOnSortOrderChange" // is not working
Is the defer modifier working? If not is it possible to achieve this behavior somehow?
The text was updated successfully, but these errors were encountered:
I am trying to use the package with defer modifier and it does not work. I want to first sort all of my images and when I click the save button to send the sorted order to the server. This is to avoid many HTTP requests to server.
wire:onSortOrderChange.defer="handleOnSortOrderChange" // is not working
Is the defer modifier working? If not is it possible to achieve this behavior somehow?
The text was updated successfully, but these errors were encountered: