jupyter-server/jupyter-scheduler

Delete job button is calling the delete API twice

3coins opened this issue · 0 comments

Problem

The delete button on the jobs page invokes the API twice for deleting the job, which results in an error being thrown for the second call. Noticed this only on Google Chrome Version 118.0.5993.70 (Official Build) (arm64).

Screenshot 2023-10-31 at 10 04 25 AM Screenshot 2023-10-31 at 10 04 43 AM

Related PRs

This seems to be related to the #385 to fix the click handler for Safari. Removing the onMouseDown handler seems to fix the issue in Chrome, Safari Version 17.1 (18616.2.9.11.9, 18616), and Firefox 115.3.1esr (64-bit).