Bug 1543453 - Show log value in tooltip when hovering on column breakpoint r=jlast

Differential Revision: https://phabricator.services.mozilla.com/D26948

--HG--
extra : moz-landing-system : lando
This commit is contained in:
David Walsh 2019-04-11 14:52:52 +00:00
parent 962d76ab96
commit 03940b7837

View File

@ -46,9 +46,7 @@ function makeBookmark({ breakpoint }, { onClick, onContextMenu }) {
disabled: isDisabled
});
if (condition) {
bp.setAttribute("title", condition);
}
bp.setAttribute("title", logValue || condition || "");
bp.onclick = onClick;
// NOTE: flow does not know about oncontextmenu