mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Database access refactor (#190)
This commit is contained in:
@@ -178,7 +178,6 @@ export function removeModelByKv(model: KeyValue) {
|
||||
}
|
||||
|
||||
function shouldIgnoreModel({ model, updateSource }: ModelPayload) {
|
||||
console.log('HELLO', updateSource);
|
||||
// Never ignore updates from non-user sources
|
||||
if (updateSource.type !== 'window') {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user