Add jump to top and bottom buttons for long pastes and editor (#267)
This commit is contained in:
@@ -56,7 +56,12 @@
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="jump-nav">
|
||||
<button type="button" class="jump-top" aria-label="Jump to top">Top</button>
|
||||
<button type="button" class="jump-bottom" aria-label="Jump to bottom">Bottom</button>
|
||||
</div>
|
||||
<input type="hidden" id="raw-content" value="{{.ContentAttr}}">
|
||||
<script src="/static/paste.js" defer data-paste-id="{{.ID}}"></script>
|
||||
<script src="/static/paste-lines.js" defer></script>
|
||||
<script src="/static/jump.js" defer></script>
|
||||
{{template "foot" .}}
|
||||
|
||||
Reference in New Issue
Block a user