-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug preventing usage of query params in file URLs
We can create HTML files whose content depends on query params. Then we can set quicklookurl to `file:///path/to/file.html?param=value`. This didn't work so far because the URL string didn't end in `.html` and thus, the extra pane decided to not render it at all. We fix this bug by considering only the "path" component of the URL to check whether it is an HTML file.
- Loading branch information
1 parent
89756e2
commit a43a9b7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters