diff --git a/src/web/view/Text.re b/src/web/view/Text.re index 1e6b24d8..145bc24c 100644 --- a/src/web/view/Text.re +++ b/src/web/view/Text.re @@ -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