distribute-layers
distribute-layers copied to clipboard
Add support for repeating last function call
We need and update()
or repeat()
or again()
function that allows you to run the last function again, with the same arguments. It would make it super easy to run a function, change the array, and run it again. The function could possible have an options argument that allows you to override previous arguments.