Closed
Description
If you click an action button in the admin backend multiple times this will result in multiple actions.
This at least applies to the "add block" button in the content menu.
If you create a new block and hit "save block" it takes several seconds to load.
Whilst this time you can click the "save block" button again which will result in multiple added blocks.
Preconditions
- Magento 2.1.5
Steps to reproduce
- go to "content"
- go to "blocks"
- click "add a new block"
- enter data
- hit "save block"
- see page loading
- hit "save block" like it's hot
Expected result
- ONE block should be added
Actual result
- multiple blocks with the same data are added