refresh editor when view state changes
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
(reportRequest true)
|
||||
}]
|
||||
|
||||
(webviewPanel.onDidChangeViewState
|
||||
->e {
|
||||
(when e.webviewPanel.visible (requestFullUpdate))
|
||||
})
|
||||
|
||||
(dictSet conversionProjects document.fileName project)
|
||||
(dictSet fullUpdateFunctions document.fileName requestFullUpdate)
|
||||
|
Reference in New Issue
Block a user