[add] keyhelp
This commit is contained in:
parent
529b57d628
commit
2baebb3acb
2 changed files with 13 additions and 7 deletions
|
|
@ -168,11 +168,11 @@
|
|||
|
||||
<dialog id="popHelp" popover>
|
||||
<form>
|
||||
<header>Help
|
||||
<header>Commands and keys
|
||||
<button type="button" class="btn-close" aria-label="Close"
|
||||
onclick="$('popHelp').hidePopover(); "></button>
|
||||
</header>
|
||||
<div id="popHelpInfo" class="modal-body">
|
||||
<div id="popHelpInfo" class="modal-body" style="height: 50vh;overflow:scroll;">
|
||||
TODO
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue