mike16889

Results 8 comments of mike16889

Just chiming in to say this is the same for me in 2022. the commented out line works perfect, the line that replaces in does not work as the signature...

np. if you need anything from me let me know. it appears to be an issue with mixed content.

you could do something like this: ``` var map = L.map('map', { contextmenu: true, contextmenuItems: [{ text: 'test', iconCls: 'showLatLng' }] }); ``` then: ``` map.on('contextmenu.show', function(e){ let el =...

I have been having this issue in firefox on desktop. I found it was only showing itself on one select, not all of them. On said select, I had a...

@Barabazs @lukasoppermann exactly, you could have it check just about anything, you could have it so a sortable will only accept a drop on every even minute, or only while...

@ScottBeeson & @lukasoppermann I know this issue is old, but I came across a "Drag & Drop touch polyfill" on github [https://github.com/Bernardo-Castilho/dragdroptouch/blob/master/DragDropTouch.js](https://github.com/Bernardo-Castilho/dragdroptouch/blob/master/DragDropTouch.js) and it just seems to work. Could be...

@lukasoppermann I'm not really sure what would be required to integrate it, it may just be a better idea to put a note in the reader, something along the lines...

@lukasoppermann honestly, I'm in over my head with this one. I am not very familiar with npm.