Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit bb123c2

Browse files
refactor: selectedelement to selectedtarget (#1461)
Signed-off-by: peterpeterparker <[email protected]>
1 parent 399abdc commit bb123c2

File tree

49 files changed

+754
-762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+754
-762
lines changed

studio/src/app/components/editor/deck/actions/app-actions-deck-editor/app-actions-deck-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class AppActionsDeckEditor {
9191
@Method()
9292
async selectDeck() {
9393
if (this.actionsElementRef) {
94-
await this.actionsElementRef.blurSelectedElement();
94+
await this.actionsElementRef.blurSelectedTarget();
9595
await this.actionsElementRef.unSelect();
9696
}
9797

0 commit comments

Comments
 (0)