Isaac Levy

Results 45 comments of Isaac Levy
trafficstars

@terox This project just wasn't maintained well enough for me. So I moved on to rollup, which had better support, and then I moved again to [vite](https://github.com/vitejs/vite), which I think...

yeah not sure either. Possibly the following is correct, but I'm not sure if that makes extract-loader handle 'auto' correctly: ```diff diff --git a/src/extractLoader.js b/src/extractLoader.js index 677388d..6859ba9 100644 --- a/src/extractLoader.js...

i.e. "Do not disturb" mode.

My students with Windows did not see this issue, FWIW. I think it is OS X specific.

(So should not create an AAAA record)

This seems to be an issue with `normalizeSourceMap`

hmm, maybe, but you can already left click anywhere to cancel and it interferes with streams showing stuff on board

At the moment, left click removes an existing drawing. If we changed that, it would allow someone to draw and then re-enter their premove. And it would only affect people...

see also https://medium.com/backticks-tildes/drag-and-drop-with-html5-368a1bb72881 and the possibly obsolete https://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/ which supports IE

Also potentially can use [touch-action](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action) css to disable scrolling instead of preventDefault.