Skip to content

Commit a430196

Browse files
asynclizcopybara-github
authored andcommitted
chore(labs): fix ripple properties already registered errors
PiperOrigin-RevId: 903882863
1 parent f57b157 commit a430196

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

labs/gb/components/ripple/ripple.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export function setupRipple(
7878
initialValue: value,
7979
});
8080
}
81+
} catch {
82+
// Ignore errors if the properties are already registered.
8183
} finally {
8284
ripplePropertiesRegistered = true;
8385
}

0 commit comments

Comments
 (0)