RCKT

Results 55 comments of RCKT

Oh. Yes, working now. So, ligatures in exchange for performance :)

@nurtext Because technically this bug was resolved. The ligatures work without WebGL renderer. I think another issue should be created addressing this.

@konhi I've just copy-pasted your code. https://github.com/user-attachments/assets/fbc215d8-aaf4-493d-9e73-1562b3662590

@konhi Yeah, works fine indeed. Not sure what's up, but it doesn't work in my code. I used every possible approach. I even have the `Popover` rendered conditionally. It checks...

My code is the same as yours with an additional check for the `radixSection` ```typescript {radixSection ? ( trigger Popover content here ) : null } ``` And the set...