Luis Gomes
Luis Gomes
Hi there. This seems to still be an issue. The [documentation on the visible parameter](https://swisnl.github.io/jQuery-contextMenu/docs/items.html#visible) states we can use opt.$trigger just like in the "disabled" parameter, but $trigger isn't defined...
Quick followup. I've manually changed the following instruction on lines 328-331 ``` // backreference for custom command type creation e.data.$trigger = $currentTrigger; op.create(e.data); ``` To around line 333, just after...
I'm also getting a similar issue with nuxt v2.15.8 and node v16.13.0 which is the following: ``` ERROR require() of ES Module /(...)/node_modules/imagemin-mozjpeg/index.js from /(...)/node_modules/@aceforth/nuxt-optimized-images/lib/loaders/img-loader.js not supported. Instead change the...
Same issue here, code at npm version doesn't match the github code. I was also trying to hide the title and header div but it appears as it's not possible...
It currently only supports pixel width. I've added the ability to use percentages and some other improvements on the pull request I have open on #35 if you want to...
I also have this. It's caused most likely by [this code](https://github.com/mbj36/vue-burger-menu/blob/master/src/components/Menu.vue#L102-L112). To test, on your own demo, try to add inside the nav something like: ``` Some disabled link ```...
Hi @edum18, Yes, my pull request fixes the issue with the closing since it now only closes when specifically clicking the close button or the overlay (outside the slider). The...
Updating this issue with some more info: Microsoft has since released another windows build (22621.1413) and the issue is still present. I have created a bug report through the Feedback...
Hey, I've submitted a 1 line PR with just the correct mapping for nuxt-image's default "cover" fit mode to the correct cloudinary fit mode (lfill). As for the other missing...
Hey, Thanks for the merge. I didn't actually came across any issues with the missing modes. It was just that when I was investigating the issue with the coverlfill mapping...