Explorar el Código

refac: feedback item click issue

Timothy Jaeryang Baek hace 3 meses
padre
commit
2ae9bc30bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/admin/Evaluations/Feedbacks.svelte

+ 1 - 1
src/lib/components/admin/Evaluations/Feedbacks.svelte

@@ -369,7 +369,7 @@
 							{dayjs(feedback.updated_at * 1000).fromNow()}
 						</td>
 
-						<td class=" px-3 py-1 text-right font-semibold">
+						<td class=" px-3 py-1 text-right font-semibold" on:click={(e) => e.stopPropagation()}>
 							<FeedbackMenu
 								on:delete={(e) => {
 									deleteFeedbackHandler(feedback.id);