Skip to content

Commit

Permalink
Add touch controller for enhanced touch event handling
Browse files Browse the repository at this point in the history
Introduced a new 'touch_controller.js' file to manage touch events effectively. Updated 'package.json' to include the touch controller configuration. This addition enables immediate and comprehensive handling of touch interactions within the PWA.
  • Loading branch information
Spomky committed Dec 8, 2024
1 parent 37cdfd2 commit f03a2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/src/backgroundsync-form_controller.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';

import { Controller } from '@hotwired/stimulus';
import AbstractController from './abstract_controller.js';

/* stimulusFetch: 'lazy' */
export default class extends Controller {
export default class extends AbstractController {
static values = {
params: {
type: Object,
Expand Down

0 comments on commit f03a2ef

Please sign in to comment.