Skip to content

Commit

Permalink
disable title hover
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Nov 8, 2024
1 parent 550e477 commit 55085be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/web/view/Text.re
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ let view_tok = (~font, tok: Token.t) => {
Mold.(t_nullable(~side=L, mold) && t_nullable(~side=R, mold))
? ["tile"] : ["tile", "match"]
};
let attrs =
Attr.[
classes(["token", ...mtrl_clss]),
title(Sexplib.Sexp.to_string_hum(Token.sexp_of_t(tok))),
];
let attrs = Attr.[classes(["token", ...mtrl_clss])];
// title(Sexplib.Sexp.to_string_hum(Token.sexp_of_t(tok))),
let nodes =
switch (tok.mtrl) {
// todo: distinguish whitespace from unmolded styling
Expand Down

0 comments on commit 55085be

Please sign in to comment.