1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Remove redundant nullish coalescing operators in popover and tooltip (#2553)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Igor Bezlepkin
2025-11-26 21:30:55 +03:00
committed by GitHub
parent e206d7a908
commit 41ed22a128
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
---
"@tabler/core": patch
---
Removed redundant nullish coalescing operator from `html` option in popover and tooltip initialization.