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

Commit

Permalink
fix(#610): select deckgo-dnr component
Browse files Browse the repository at this point in the history
Signed-off-by: peterpeterparker <[email protected]>
  • Loading branch information
peterpeterparker committed Feb 17, 2020
1 parent 7c404dc commit 4332589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class AppActionsElement {
await this.initSelectedElement(selected);

// In case of slot deckgo-lazy-img, if user doesn't have yet defined a src for the image, we display the image picker/popover first instead of the toolbar
if (this.isImgNotDefined(element)) {
if (this.isImgNotDefined(selected)) {
await this.openImage();
}

Expand Down

0 comments on commit 4332589

Please sign in to comment.