inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Fix `setNavigationType` for Safari 10

Open hivokas opened this issue 1 year ago • 3 comments

Simple fix for Safari 10.

Screenshot 2024-09-02 at 2 02 34 PM

It happens because this.navigation is present, but this.navigation.getEntriesByType is missing.

hivokas avatar Sep 02 '24 10:09 hivokas