mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
binding improvements / fix html
This commit is contained in:
parent
d70495c790
commit
d0d41d45fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="action-info">
|
||||
<div class="action-info-hint" data-bind="hint"></div>
|
||||
<div class="action-info-info" data-bind="info"></div>
|
||||
<div class="action-info-hotkey" data-bind="hotKey" data-bind-hints="format">hotkey: %s</div>
|
||||
<div class="action-info-hotkey" data-bind="hotKey">hotkey: %s</div>
|
||||
</div>
|
||||
Loading…
Reference in a new issue