iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Change pw link handling to open to a new tab instead #861

Closed hl662 closed 4 months ago

hl662 commented 4 months ago

Changes

Remove link handling where opening a pw:// link redirects within the current browser tab that has the property grid component. Instead, a new browser tab will be opened, containing the pw:// link if the scheme is supported. Else, the new page opened is just blank.

Testing

Refactored unit test in PropertyGridCommons.test.ts