The problem is you're adding a new callback function to .onDraw() every time a selection is made. You need to only add the callback one time ...
確定! 回上一頁