// jshint esversion: 6 import React from "react"; import { AnchorButton, Tooltip } from "@blueprintjs/core"; import { tooltipHoverOpenDelay } from "../../globals"; function InformationMenu(props) { const { undoDisabled, redoDisabled, dispatch } = props; return (