In your JS Controller, you should use event.currentTarget.id instead of event.target.id . This is because when you click on your svg (the target), ...
確定! 回上一頁