mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: missing change on PR (update ref on shadow dom section)
This commit is contained in:
@@ -164,7 +164,7 @@ export function AchievementNotification() {
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{app} {styles}
|
{app} {styles}
|
||||||
</style>
|
</style>
|
||||||
<section ref={(ref) => setShadowRootRef(ref)}>
|
<section ref={setShadowRootRef}>
|
||||||
{isVisible && currentAchievement && (
|
{isVisible && currentAchievement && (
|
||||||
<AchievementNotificationItem
|
<AchievementNotificationItem
|
||||||
achievement={currentAchievement}
|
achievement={currentAchievement}
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ export default function ThemeEditor() {
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{app} {styles}
|
{app} {styles}
|
||||||
</style>
|
</style>
|
||||||
<section ref={(ref) => setShadowRootRef(ref)}>
|
<section ref={setShadowRootRef}>
|
||||||
<AchievementNotificationItem
|
<AchievementNotificationItem
|
||||||
position={achievementPreview.position}
|
position={achievementPreview.position}
|
||||||
achievement={achievementPreview.achievement}
|
achievement={achievementPreview.achievement}
|
||||||
|
|||||||
Reference in New Issue
Block a user