()
| 293 | ); |
| 294 | |
| 295 | function getModalManager() { |
| 296 | if (propsManager) return propsManager; |
| 297 | return getSharedManager({ isRTL }); |
| 298 | } |
| 299 | |
| 300 | function updateDialogStyle(node) { |
| 301 | if (!canUseDOM) return; |
no test coverage detected
searching dependent graphs…