Skip to content

ViewManager: Don't call .think on the outgoing view unless requested

dos requested to merge view-think into main

Let's see how that works out. Simplifies input handling in apps, so they don't have to guard things with is_active checks for the common cases.

Merge request reports