Skip to content

Commit f7a3547

Browse files
committed
WIP: add contextual panel only shown when search bar is focused
1 parent 6cf068d commit f7a3547

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/js/storage.js

+3
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ class RustdocSearchElement extends HTMLElement {
277277
Settings
278278
</a>
279279
</div>
280+
<div id="search-focus-panel">
281+
example query goes here
282+
</div>
280283
</form>
281284
</nav>`;
282285
}

0 commit comments

Comments
 (0)