Revert "Refine: Make persistent navbar viewport-aware"
This reverts commit 35c130f197.
This commit is contained in:
@@ -64,7 +64,7 @@ export const useRealtimeStore = defineStore('realtime', {
|
||||
this._sse.onerror = () => {
|
||||
console.warn('SSE connection lost, reloading...');
|
||||
};
|
||||
}
|
||||
},
|
||||
clearBadgesForTable(table) {
|
||||
if (this.badges[table]) {
|
||||
this.badges[table].INSERT = false;
|
||||
|
||||
Reference in New Issue
Block a user