From 9511a08b7641a3d5f4327af3695f95a09514be96 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 16 Feb 2023 15:05:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20field=20pointer=20events=20and?= =?UTF-8?q?=20text=20select=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/editor/field.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/components/editor/field.tsx b/apps/web/components/editor/field.tsx index 69dfa6ff3..da921e03b 100644 --- a/apps/web/components/editor/field.tsx +++ b/apps/web/components/editor/field.tsx @@ -40,7 +40,6 @@ export default function Field(props: FieldPropsType) { props.onPositionChanged({ x, y }, props.field.id); }; - return (
- +
+ +
{/* todo icons */} {field.type}