discourse/app/assets
Sam Saffron 3550f9610b
FIX: incorrect guard when checking for close
`?.close()` is an unsafe pattern

```
test = {}
test?.close()
VM363:1 Uncaught TypeError: test?.close is not a function
    at <anonymous>:1:7
```
2025-05-16 09:34:42 +10:00
..
images
javascripts FIX: incorrect guard when checking for close 2025-05-16 09:34:42 +10:00
stylesheets UX: Refactor the edit topic title UI (#32339) 2025-05-15 13:10:42 -05:00