camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
252 stars 290 forks source link

modified stacktable.js file to avoid the duplicate in html document#847 #850

Closed Prasanthi-20 closed 7 months ago

Prasanthi-20 commented 7 months ago

Summary

I've added logic to remove any existing stacked tables ($table.siblings().filter('.stacktable.small-only').remove();) before initializing new ones. This prevent the accumulation of stacked tables and resolve the issue of duplicate table instances on mobile screens.

Motivation

Testing

Questions