Skip to content
Snippets Groups Projects
Commit ce8cb110 authored by Joseph Caburnay's avatar Joseph Caburnay Committed by Pierre Masereel
Browse files

[FIX] point_of_sale: touch events are passive and allow resize with touch events


1. Methods associated to touchmove and touchstart listeners should not
call preventDefault because they are passive by default. Calling preventDefault
will do nothing but in chrome browser, error message is issued.
2. We now allow resize based on touch events.

closes odoo/odoo#54612

X-original-commit: c6b7133d9c9dc52a8d283124b5a4497940e54682
Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent f6f1ea6f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment