Christian Harke
Christian Harke
@lovasoa @notatestuser I re-added `html` to the `value` parameter. What do you think now about this PR?
@slorber I just updated to react 15.6.1, but unfortunately, the onChange prop function still doesn't get called in IE11. I hope I'm just doing something wrong...
Thank you @roadmanict, that seems to do the trick for the current user! 👍 Unfortunately, it still won't work for the login screen. This feature seems to be removed completely...
@KokoChris nope, still open issue
Sorry for the late response. We worked around the problem without using rangy (we stopped setting innerHtml directly, using react-contenteditable now). For completeness... We reset our cursor position like this...
The [module description](https://github.com/jordanisaacs/homeage/blob/main/module/default.nix#L232-L233) states this behaviour when using the `installType = "activation"`. But it happened to me today as well, even if I'm pretty sure to have it set to...
Same problem here on Mac OS X Sierra. My `settings.json`: ```json { "path-intellisense.mappings": { ".": [ "${workspaceRoot}/api/app", "${workspaceRoot}/web/app" ] } } ``` The exact same mappings work like a charm...
Good questions, @jlumbroso! * It might be a good idea to make this feature an opt-out one, I highly agree. To keep the action's configuration interface simple, I did not...
Hi @jlumbroso, Please excuse my unexpected closing of this PR, I thought it was not relevant anymore after merging #16. If you are still considering this change, I will implement...