Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix: Timestamp/range being re-opened on window resize. #432

Merged

Commits on Feb 19, 2020

  1. fix(chart): Fixes an issue where timestamp or range reopened after

    resizing the window.
    
    When closing a timestamp or range and then resizing the window, the overlay is re-opened.
    This PR fixes that issue by splitting up the stream that fires when a timestamp/range changes
    and the window resize stream and only updating the overlay on resize if it actually exists.
    
    Fixes dynatrace-oss#472
    peter-affenzeller authored and tomheller committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    00afb28 View commit details
    Browse the repository at this point in the history