parent
153455aee0
commit
bc601c6c85
|
|
@ -241,10 +241,10 @@ export class NoteManager {
|
|||
interruptedNote.value = result;
|
||||
};
|
||||
|
||||
const interruptorUnwatch = (() => {
|
||||
const interruptorUnwatch = () => {
|
||||
if (this.isDebuggerEnabled) console.log('NoteManager: interruptorUnwatch', id, interruptedNote);
|
||||
return watch(firstNote, executeInterruptor);
|
||||
})();
|
||||
};
|
||||
|
||||
if (this.isDebuggerEnabled) {
|
||||
console.log('NoteManager: get interrupted note (new)', id, { note: firstNote, interruptedNote });
|
||||
|
|
|
|||
Loading…
Reference in New Issue