func updateNSView()

in SAM2-Demo/Views/ZoomableScrollView.swift [44:46]


    func updateNSView(_ nsView: NSScrollView, context: Context) {
        context.coordinator.hostingView.rootView = self.content
    }