jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9k stars 296 forks source link

TableView JS logic is broken in demo site #172

Closed jruales closed 10 months ago

jruales commented 12 months ago

Repro:

  1. Go to the demo site, under the TableView section: https://jdan.github.io/98.css/#table-view
  2. Click on any cell of the table view
  3. Notice that an error appears in the console each time you click on the table: image
juanigaray commented 12 months ago

Indeed. Event.path has been deprecated and removed from Chromium since January of this year. We should use event.composedPath()

juanigaray commented 11 months ago

Implemented a fix, let me know what you think!