You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @nkint - just checked out your fork and tried to build it, but the data import is missing (forgot to check in the file?). Am on the road this weekend, but will try again once the file is there - can't tell what's wrong without building it... sorry & thank you!!!
Hi Karsten,
I've tried to add an editor box with an input text for each glyph like this :
The state code is based on this hdom example but it has some error.
If there is only 1 glyphs editor box... it works: the re-render when input text changes works. But with more glyphs... re-render does not works anymore.
You can see this behaviour by toggle comment here: https://github.com/thi-ng/font/pull/1/files#diff-fbea1a62407700a59a4adae2175239a5R24
I think it is related with
innerHtmlWrapperSvg
that I took from this hdom exampleThe text was updated successfully, but these errors were encountered: