rogerlmain / Timelog

0 stars 0 forks source link

Add title to the toggle switch button #121

Open rexthestrange opened 2 years ago

rexthestrange commented 2 years ago

The micro help text for the toggle switch (i.e.: the popup showing what the value of a particular choice is) does not appear if the mouse hovers over the switch, itself (i.e.: the black dot). Fix this by getting the micro help value from the current value selection cell (i.e.: the div that has the click handler to move the dot) and setting the switch title value to that.