Skip to content

Commit 068b364

Browse files
committed
3798 client - Enable backspace trigger for deleting mentions in PropertyMentionsInputEditor
1 parent 796e2f7 commit 068b364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/pages/platform/workflow-editor/components/properties/components/property-mentions-input/PropertyMentionsInputEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ const PropertyMentionsInputEditor = forwardRef<Editor, PropertyMentionsInputEdit
186186
HTMLAttributes: {
187187
class: 'property-mention',
188188
},
189+
deleteTriggerWithBackspace: true,
189190
renderHTML({node, options}) {
190191
const svg = getComponentIcon(node.attrs.label ?? node.attrs.id);
191192

0 commit comments

Comments
 (0)