Commit 7ce823b1 by DigHuang Committed by GitHub

fix(app): restrict nodrag class to active editing state in InlineEdit (#7000)

parent 0ec6a52b
...@@ -160,7 +160,6 @@ export const InlineEdit = React.memo(function InlineEdit({ ...@@ -160,7 +160,6 @@ export const InlineEdit = React.memo(function InlineEdit({
return ( return (
<Box <Box
className="nodrag"
cursor={'pointer'} cursor={'pointer'}
onClick={() => setIsEditing(true)} onClick={() => setIsEditing(true)}
title={t(value as any)} title={t(value as any)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment