AlexAegis/loreplotter

View on GitHub
src/polyfill/hammer-propagation.polyfill.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * * This polifill is end extend the Hammer constructor with better propagation-cancelling features
 */

import * as propagating from 'propagating-hammerjs';

Hammer = propagating(Hammer);