sbschorer
sbschorer
Have you found a solution, @SiriusED? I'm stuck on that problem as well.
As a workaround you could write `const DEFAULT_EDITOR_CONFIG: EditorComponent['init']`
I'm using this workaround by wrapping the `span` with the popover in an outer element (here, I'm just using a `div`): ```html Some Text Some scrollable popover content ``` The...
Hey @imirkin, maybe you want to try these steps. It's not an official Angular solution. However, I figured this out when my team switched to the `browser` bundler in Angular...