Skip to content

Commit 346638e

Browse files
authored
Fix slash to focus search after package:web migration (#3810)
1 parent 6a02ffb commit 346638e

File tree

8 files changed

+2212
-2346
lines changed

8 files changed

+2212
-2346
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.0.11-wip
2+
3+
* Fix the slash key (`/`) not focusing the search box.
4+
15
## 8.0.10
26

37
* Un-deprecate the `--resources-dir` option. (#3782)

dartdoc_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.10/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.11-wip/%f%#L%l%'

0 commit comments

Comments
 (0)