Commit 8b5eb0b
committed
Fix "Open in Browser" action
The "url" property was changed, which silently broke this feature.
Another cautionary tale for why it's better to use type-safe access
methods rather than pulling string properties out of a map. ;-)1 parent 747fb4e commit 8b5eb0b
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments