pykythe icon indicating copy to clipboard operation
pykythe copied to clipboard

src_browser.js mouse-over @dataclass(frozen=True)

Open kamahen opened this issue 4 years ago • 1 comments

When mouseover True, no highlighting.

Code has been added to catch this case, in mouseoverAnchor: (g_anchor_to_anchors[mouse_target.id] || [])

kamahen avatar Jan 30 '21 17:01 kamahen

Also, the bare word "dataclasses" in from dataclasses import dataclass doesn't handle mouseover. And the "." in from . import pod isn't highlighted.

These probably have to do with the new code for mouseover (g_anchor_to_anchors).

kamahen avatar Jan 30 '21 17:01 kamahen