Makie - DataInspector - GLFWError (PLATFORM_ERROR)

The DataInspector is a great new asset of Makie. I took it immediately in use.

Thanks to the developers!

Unfortunately, I found that after inspecting data for some time an unidentified interrupt spoils the joy with the following message:

GLFWError (PLATFORM_ERROR): WGL: Failed to make context current: The handle is invalid. 
Stacktrace:
 [1] _ErrorCallbackWrapper(code::Int32, description::Cstring)
   @ GLFW C:\Users\walra\.julia\packages\GLFW\BWxfF\src\callback.jl:43
 [2] MakeContextCurrent
   @ C:\Users\walra\.julia\packages\GLFW\BWxfF\src\glfw3.jl:694 [inlined]
 [3] make_context_current
   @ C:\Users\walra\.julia\packages\GLMakie\EojHm\src\drawing_primitives.jl:46 [inlined]
 [4] fps_renderloop(screen::GLMakie.Screen, framerate::Float64)
   @ GLMakie C:\Users\walra\.julia\packages\GLMakie\EojHm\src\rendering.jl:26
 [5] renderloop(screen::GLMakie.Screen; framerate::Float64)
   @ GLMakie C:\Users\walra\.julia\packages\GLMakie\EojHm\src\rendering.jl:48
 [6] renderloop(screen::GLMakie.Screen)
   @ GLMakie C:\Users\walra\.julia\packages\GLMakie\EojHm\src\rendering.jl:41
 [7] (::GLMakie.var"#50#52"{GLMakie.Screen})()
   @ GLMakie .\task.jl:411

Hm that sounds a bit like:
https://github.com/JuliaPlots/Makie.jl/issues/793