Chris Lloyd

Results 3 comments of Chris Lloyd

Yes this is an issue with the touch event, Safari doesn't have Touch.client[XY] (https://developer.mozilla.org/en-US/docs/Web/API/Touch/clientX#browser_compatibility) so that value is undefined at https://github.com/jerosoler/Drawflow/blob/abb241b98f77abab0b7c6c66d6791db15eee85be/src/drawflow.js#L535 Changing this to ```js deletebox.style.top = (e.clientY || e.pageY)...

This did not work as is - the event comes through as a `touchstart`. If I change `touchmove` to `touchstart` then it works.

Running the following two commands in this order works for me with https://tenancyforlaravel.com/ to cover both central and tenant models, correctly appending/updating docblocks (this assumes you have a tenant set...