realslimshanky/Spider-Sense

A refactor is needed to resolve fickering of right-click menu

Opened this issue · 0 comments

Currently, an entire div is replaced when data about a job is updated in the background. This result is flickering of the right-click menu something like this

ezgif-3-9d5433aab273

Possible solution: Instead of updating entire div, update only the innerHTML of the specific row/field which needs updation.