Skip to content

Commit

Permalink
setUpdateCount removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kd committed Oct 22, 2024
1 parent 065da40 commit f7229f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/components/ExternalWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ExternalWidget =(props)=>{
const userData=useRef( {
eventHandler: [],
triggerRedraw: () => {
setUpdateCount(updateCount+1)
//setUpdateCount(updateCount+1)
}
});
if (! initialCalled.current && typeof (props.initFunction) === 'function') {
Expand Down

0 comments on commit f7229f5

Please sign in to comment.