feat: highlight when editing relationship

This commit is contained in:
Huy Bui
2024-07-27 13:18:03 +07:00
parent 9a8fdbce84
commit 3aeb42a918
3 changed files with 52 additions and 10 deletions

1
src/data/customEvents.js Normal file
View File

@@ -0,0 +1 @@
export const RELATIONSHIP_EDITING = "relationship-editing";