[add] full screeen
This commit is contained in:
parent
e81d9ac6f2
commit
79ee6bfcb7
2 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,9 @@
|
|||
<button id="sync" title="Sync changes to server" type="button" class="btn btn-light">
|
||||
<i class="bi bi-arrow-repeat"></i>
|
||||
</button>
|
||||
<button id="fullscreen" title="Full screen" type="button" class="btn btn-light">
|
||||
<i class="bi bi-arrows-fullscreen"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group" role="group" aria-label="Third group">
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ $("connect").onclick = e => { e.preventDefault(); connect() };
|
|||
|
||||
$("search").onclick = e => lsp.openSearchPanel(view);
|
||||
|
||||
$("fullscreen").onclick = e => $("editor").requestFullscreen();
|
||||
|
||||
$("format").onclick = e => console.log("CMDS", lsp.listCommands(view));
|
||||
|
||||
$("lint").onclick = async e => {
|
||||
|
|
Loading…
Add table
Reference in a new issue