mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix inline input flickering between name and uuid on click
This commit is contained in:
@@ -38,9 +38,11 @@ const useFetchLeaderboards = () => {
|
||||
);
|
||||
React.useEffect(
|
||||
() => {
|
||||
fetchLeaderboards();
|
||||
if (!leaderboards) {
|
||||
fetchLeaderboards();
|
||||
}
|
||||
},
|
||||
[fetchLeaderboards]
|
||||
[fetchLeaderboards, leaderboards]
|
||||
);
|
||||
|
||||
return leaderboards;
|
||||
|
Reference in New Issue
Block a user