Skip to content
Snippets Groups Projects
Commit 181e7086 authored by Olivier Goffart's avatar Olivier Goffart
Browse files

QmlJsDelta: attempt to keep the ast node in sync

parent 2b95bb2d
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,7 @@ void QmlJSLiveTextPreview::documentChanged(QmlJS::Document::Ptr doc) ...@@ -215,6 +215,7 @@ void QmlJSLiveTextPreview::documentChanged(QmlJS::Document::Ptr doc)
Delta delta; Delta delta;
m_debugIds = delta(m_previousDoc, doc, m_debugIds); m_debugIds = delta(m_previousDoc, doc, m_debugIds);
m_initialTable[doc->fileName()] = m_debugIds;
m_previousDoc = doc; m_previousDoc = doc;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment