1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

Hold down a modifier key when clicking a link to open it in a new tab

This commit is contained in:
Emil Ernerfeldt
2021-03-08 17:48:23 +01:00
parent c1ef81628b
commit 1c06622dbc
8 changed files with 69 additions and 15 deletions

View File

@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* Hold down a modifier key when clicking a link to open it in a new tab.
## 0.10.0 - 2021-02-28