feat: added chart to the sensors (#630)

This commit is contained in:
Serhiy Mytrovtsiy
2022-03-03 19:16:39 +01:00
parent 916d157ad6
commit 879df4c410
3 changed files with 97 additions and 21 deletions

View File

@@ -230,7 +230,7 @@ internal class PopupView: NSView {
))
if let documentView = self.body.documentView {
documentView.scroll(NSPoint(x: 0, y: documentView.bounds.size.height))
documentView.scroll(NSPoint(x: 0, y: self.body.documentVisibleRect.origin.y))
}
}
}