Christian Kolb

Results 35 comments of Christian Kolb

I have the same issue. @Lordmau5 Did you find a solution?

@Lordmau5 Thanks for your example. I already have two different `@input-file` functions. But when I drop the file in, both get triggered (multiple times). But I do not have an...

@Lordmau5 And do you have some kind of special drop area? Because your file upload components are set to `:drop=false`.

@Lordmau5 For a little input at the moment this is my setup: ``` ... ... ``` with the following `@input-file` function (identical for both, but with a different `$refs`): ```...

Ok, tried with that, no change. @lian-yue Do you have an idea what's the issue here or how I'm able to solve this? Currently it doesn't seem to be possible...

@lian-yue Thanks for the links, but both do not contain upload components with drag'n drop enabled. The components work without it, but when using drag'n drop, all components are being...

@bradmartin Is there a function to call to be able to trigger the same fullscreen mode that is triggered when the controls are shown? I looked through all links posted...

@norberttech I think I found all of them even though there where a few more than I thought. Could you be so kind and take over the infection part again?...

Apparently the infections didn't trigger. Seems the ignore annotation worked 🙂 Then I guess it's "just" review / QA and a new release if everything looks good 🙂

That makes perfect sense. I just stumbled over it when using `$commandExecutedAt->isAfter(..` and changing that to a local time check with `$commandExecutedAt->time()->is...` where the naming was suddenly different. So I...