Closed limefrogyank closed 4 years ago
There is some kind of focus issue...
It is preventing me from making Dialog windows popup for options like "Add Link...". I can't currently focus on the TextField inside those Dialog windows when there is a RichTextEditor present.
Dialog
TextField
RichTextEditor
Ok, not a focus problem. Just bad javascript for richTextEditor...
Fixed with https://github.com/limefrogyank/BlazorFabric/commit/c18263aee70713e4ddda1d6f06ef578f6844b213
There is some kind of focus issue...
It is preventing me from making
Dialog
windows popup for options like "Add Link...". I can't currently focus on theTextField
inside thoseDialog
windows when there is aRichTextEditor
present.