feat: sync render view port with scrollview

This commit is contained in:
dscyrescotti
2024-07-07 13:37:45 +07:00
parent cbd2e4c484
commit 739aaa059b
8 changed files with 91 additions and 35 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ enum Platform {
typealias View = NSView
typealias Color = NSColor
typealias Image = NSImage
typealias ScrollView = NSScrollView
typealias ScrollView = NSSyncScrollView
typealias Application = NSApplication
typealias ViewController = NSViewController
typealias TapGestureRecognizer = NSClickGestureRecognizer