Eve
Eve copied to clipboard
Filter to selected broken
Repro:
On: https://github.com/witheve/Eve/commit/86a981bd483d3b440a12e0dbfef359f0b79409d9
Run CRM.eve. Go to the messages tab. Go into any thread, messages are missing. Use the "Not drawing" option in the inspector. Use 'Filter to selected" button.
Error:
ide.ts:2262 Uncaught TypeError: Cannot read property 'isBlock' of undefined(…)
mark-span @ ide.ts:2262
(anonymous function) @ ide.ts:2580
runInOp @ codemirror.js:3197
operation @ codemirror.js:5328
IDE.updateActions @ ide.ts:2545
(anonymous function) @ client.ts:351
(anonymous function) @ client.ts:347
Index.dispatchIfDirty @ db.ts:37
handleDiff @ client.ts:116
EveClient._result @ client.ts:238
EveClient.onMessage @ client.ts:230
(anonymous function) @ browser.ts:43
I could reproduce the missing messages with 86a981b but not with the latest version of master. I guess it's fixed now?
I can still repro on master.