In the cart page when the product is deleted, the Javascript triggers the AddtoCart event, but removeFromCart
is expected to be triggered with the corresponding removed products.
Module version squeezely/magento2-plugin: 2.11.2
Steps to reproduce:
- Add multiple products to the cart
- Go to the cart page
- Click on the remove from cart product link to remove product from the cart
Actual result:
The page is reloaded and the event AddtoCart is triggered.

Expected Result
The page is related and the event removeFromCart is triggered with the corresponding removed product data
Tech hint:
The root cause is in that JS: vendor/squeezely/magento2-plugin/view/frontend/web/js/cart-event-extend.js
