Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit f45cf24

Browse files
tbarlow12wbreza
authored andcommitted
Dummy commit to kick off build again
1 parent 390ab50 commit f45cf24

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/react/components/pages/editorPage/editorPage.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ export default class EditorPage extends React.Component<IEditorPageProps, IEdito
304304
}, () => this.canvas.current.applyTag(tag.name));
305305
}
306306

307+
/**
308+
* Open confirm dialog for tag renaming
309+
*/
307310
private confirmTagRenamed = (tagName: string, newTagName: string): void => {
308311
this.renameTagConfirm.current.open(tagName, newTagName);
309312
}
@@ -333,6 +336,9 @@ export default class EditorPage extends React.Component<IEditorPageProps, IEdito
333336
});
334337
}
335338

339+
/**
340+
* Open Confirm dialog for tag deletion
341+
*/
336342
private confirmTagDeleted = (tagName: string): void => {
337343
this.deleteTagConfirm.current.open(tagName);
338344
}

0 commit comments

Comments
 (0)