Skip to content

Commit 0cd3c4d

Browse files
Fix star (favorite) button not working in preset card (#4678)
* Fix star button not working in preset card * Cursor pointer on favorite button
1 parent 98f1d47 commit 0cd3c4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tabs/presets/TitlePanel/PresetTitlePanel.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
background-origin: content-box;
3434
background-repeat: no-repeat;
3535
position: absolute;
36+
cursor: pointer;
3637
right: -6px;
3738
top: -5px;
3839
}

src/tabs/presets/presets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ presets.displayPresets = function (fitPresets) {
585585
preset[1],
586586
true,
587587
this.presetsSourcesDialog.isThirdPartyActive,
588+
null,
588589
favoritePresets,
589590
);
590591
presetPanel.load();

0 commit comments

Comments
 (0)