Skip to content

Commit

Permalink
refactor function name
Browse files Browse the repository at this point in the history
  • Loading branch information
maruk0chan committed Feb 16, 2024
1 parent 499ed6d commit 50a1d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function emitSelectedEvent({
idPath,
}): void;

export function changeSelectedStyle({
export function updateSelectedElementClassName({
drawing,
selectedIds,
targetElementSelector,
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function emitSelectedEvent({
* @param {*} param0.selectedElementClassName
* @param {*} param0.idPath
*/
export function changeSelectedStyle({
export function updateSelectedElementClassName({
drawing,
selectedIds,
targetElementSelector,
Expand Down

0 comments on commit 50a1d6d

Please sign in to comment.