Frame Navigation on Links with File Extensions

I’m working on a file browser example using Turbo frames where the file browser is a frame. Within the file browser frame are links to paths and files. The link clicks to folder paths work fine and the frame navigates, but a click to a file path say /browser/app/test.rb - doesn’t trigger the frame navigation and instead triggers a full page load. Wondering if that’s Turbo looking at the link and that it has a . in it and doing something different.

What do you expect to happen when you click on the file?