Enter any other character, including backspace, and it will update correctly
Considering enter has some special functionality (insert p or br tags) I guess it uses a preventDefault that stops the height style from updating. As can be seen in the screenshots the height of the gjs-tools stays the same no matter how many times you press enter, but changes correctly once you use another key. If that's the case then this could be a really quick fix for you who are familiar with the code @artf
There's also an issue the first time you click into a text element, the toolbar spawns directly in front of the text instead of above/below.
Steps to reproduce:
Considering enter has some special functionality (insert p or br tags) I guess it uses a preventDefault that stops the height style from updating. As can be seen in the screenshots the height of the gjs-tools stays the same no matter how many times you press enter, but changes correctly once you use another key. If that's the case then this could be a really quick fix for you who are familiar with the code @artf
There's also an issue the first time you click into a text element, the toolbar spawns directly in front of the text instead of above/below.