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">
|
||||
{app} {styles}
|
||||
</style>
|
||||
<section ref={(ref) => setShadowRootRef(ref)}>
|
||||
<section ref={setShadowRootRef}>
|
||||
{isVisible && currentAchievement && (
|
||||
<AchievementNotificationItem
|
||||
achievement={currentAchievement}
|
||||
|
||||
@@ -199,7 +199,7 @@ export default function ThemeEditor() {
|
||||
<style type="text/css">
|
||||
{app} {styles}
|
||||
</style>
|
||||
<section ref={(ref) => setShadowRootRef(ref)}>
|
||||
<section ref={setShadowRootRef}>
|
||||
<AchievementNotificationItem
|
||||
position={achievementPreview.position}
|
||||
achievement={achievementPreview.achievement}
|
||||
|
||||
Reference in New Issue
Block a user