fix: duplicate element id
This commit is contained in:
6
app/assets/javascripts/element_ids.ts
Normal file
6
app/assets/javascripts/element_ids.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const ElementIds = {
|
||||
NoteTextEditor: 'note-text-editor',
|
||||
NoteTitleEditor: 'note-title-editor',
|
||||
EditorContent: 'editor-content',
|
||||
EditorColumn: 'editor-column',
|
||||
};
|
||||
Reference in New Issue
Block a user