Skip to content

Commit e8a9afa

Browse files
committed
Bugfixes
1 parent 56a91b8 commit e8a9afa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

filetree/filetree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ window.addEventListener("load", function () {
959959
}
960960
this.document.getElementById('contextmenu_move').onclick = function () {
961961
file_in_move = context_file
962-
document.getElementById('path_action_indicator').innerHTML = "<img src=../images/times.png onclick=terminateMove()> Copy " + file_in_move + " <button onclick=moveFile()>Move</button>"
962+
document.getElementById('path_action_indicator').innerHTML = "<img src=../images/times.png onclick=terminatemove()> Copy " + file_in_move + " <button onclick=moveFile()>Move</button>"
963963
document.getElementById('path_action_indicator').hidden = false
964964
}
965965
this.document.getElementById('contextmenu_new').onclick = function () { commandLine() }

filetree/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ button.list {
159159
width: 51vw !important;
160160
height: 10px !important;
161161
max-width: 51vw !important;
162+
min-height: 30px !important;
162163
margin: 0px !important;
163164
padding: 5px !important;
164165
border-radius: 0px !important;

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"./filetree/*",
4343
"./mhl_license.txt",
4444
"./marked_license.txt",
45-
"./notes_font.txt"
45+
"./notes_font.txt",
46+
"./toggle_view.txt"
4647
],
4748
"builds": {
4849
"linux": {

0 commit comments

Comments
 (0)