Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure hidden bounds calculation works in all browser #324

Merged
merged 1 commit into from Mar 10, 2024
Merged

Commits on Mar 4, 2024

  1. Ensure hidden bounds calculation works in all browser

    - Do not use 'display: none' for hidden getBBox() calculation
    
    - Only re-calculate the bounds for certain elements
    -- Extend LocalRequestBoundsAction with element IDs
    -- Restrict calculation to given set of elements if IDs are present
    
    - Minor: Fix re-export for decorationModule
    
    Fixes eclipse-glsp/glsp#1258
    martin-fleck-at committed Mar 4, 2024
    Copy the full SHA
    8d6322f View commit details
    Browse the repository at this point in the history