Pekempy
BulkActions - Copy multiple rows to clipboard
Thanks 😄 I think for some reason the ->dispatch is running asynchronously, whereas the buildClipboard foreach loop is being synchronous? Though I did try using
react/promise
to do the buildclipboard()->then(sendDataToClipboard), so maybe it's just the JS firing too early?34 replies
BulkActions - Copy multiple rows to clipboard
https://pastebin.com/raw/1cJzUAXm that's the full ClipboardBulkAction I've created
34 replies