Merge branch 'master' into table_column_resize
This commit is contained in:
commit
9a4f085d27
2 changed files with 25 additions and 2 deletions
|
|
@ -12,6 +12,12 @@ import App from './App'
|
|||
|
||||
// };
|
||||
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.addEventListener('controllerchange', () => {
|
||||
window.location.reload()
|
||||
})
|
||||
}
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue