fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
10.04k stars 1.13k forks source link

[feat] add click callback for textPane #868

Open shouldsee opened 2 years ago

shouldsee commented 2 years ago

Description

Motivation and Context

Would like to trigger event in business py script upon clicking a text pane. Needs a rebase before merge. (only merge 7cbb7c4)

How Has This Been Tested?

no test

Screenshots (if appropriate):

Types of changes

Checklist:

shouldsee commented 1 year ago

Ah sorry I was not very good at separating commits. I think 7cbb7c4 is pretty much enough for the front end. Just needs to add test to make sure backend correctly process this event.