Michael Hüneburg
Michael Hüneburg
While this behavior should probably be opt-in, it's actually quite useful (at least for all my use cases). The [`currentColor`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentcolor_keyword) keyword represents the element's `color` CSS property. In other words:...
Would you consider a pull request implementing this change?
We have the same issue, but without Super Table (just Neo). **Versions used** - Craft CMS: 3.7.48 - Neo: 2.13.13 - Button Box: 3.1.0
Adding to this: the value of a `@export var node: Node` property will always be `null` inside the editor (i.e. for `@tool` scripts), even when a node is selected.
I have the same issue when inside a Globals field. Setting the `checked` attribute via DevTools will correctly save the value. But clicking anywhere on the checkbox will not check/uncheck...
Hey Pascal, thanks for the reply! In the meantime I contributed the [`waitForEvent()`](https://laravel.com/docs/9.x/dusk#waiting-for-javascript-events) method to Dusk, which makes the process even easier (but would require Dusk >= v6.23.0). Personally I...
Hey Curtis, are you sure this is a problem with the plugin? Does it work when you try to copy the output of the `{{theme:partial}}` call directly between `{{var}}` and...
I have the same issue in Firefox, the popup just shows `Vite server did not start`.  I'm using `[email protected]`.