boltex / leojs

Leo Literate Editor with Outline in Typescript
https://boltex.github.io/leojs/
MIT License
28 stars 1 forks source link

Closing and re-opening a file that has external files shows the message 'Changes to external files were detected. Nodes refreshed.' #89

Closed boltex closed 2 months ago

boltex commented 9 months ago

As if the external file check was still active from the old commander or something... :/

(Just an annoying notification that does not corrupt files, but still a very annoying glitch)

edreamleo commented 7 months ago

@boltex What's the status of this issue?

boltex commented 7 months ago

This issue is still 'todo'. It's the next one i'll tackle in the next few days.

(Not looked into since I filed it - so I'll have to re-check if still an issue as it may have been indirectly fixed.)

edreamleo commented 7 months ago

@boltex Thanks for the clarification.

boltex commented 2 months ago

I tried to reproduce but I cannot reproduce: The message would only appear if an external file was changed, and if it was specifically an @clean. (because there is a comparison on load time to be checked, and the original Leo does the same, which totally makes sense)

Maybe that's what happened originally and I didn't notice that crucial detail 😄

Therefore I'm closing this unless something else pops up in regards to unexpected message about 'changes detected' at load time.