Skip to content

Fixed the IDE not showing the correct changes

Phil Hughes requested to merge ide-switching-file-changes into master

What does this MR do?

Fixes the IDE not showing the correct changes. This was caused by a watcher updating the models internal content incorrectly. The Vuex stores state remained in the correct state, but the cached models went out of sync.

Also fixes the dirty diff markers in the editor not displaying correctly. These markers were getting cached incorrectly because of the wrong value being passed to the method.

What are the relevant issue numbers?

Closes #5091 (closed)

Merge request reports