Refactor tooltip and zmenu (to PointerBox, Tooltip, and Toolbox) (#270)
Also: - fix tooltip positioning bug related to window scrolling - add useRefWithRerender custom hook that makes sure that component updates after ref.current has been set (useful when rendering of component's children depends on existence of refs to other DOM elements).
Showing