Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit b3e76bd

Browse files
committed
Clip the close button's wings
1 parent 42c7855 commit b3e76bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/firetext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ function processActions(eventAttribute, target, event) {
14121412
document.querySelector('.edit-header').classList.remove('hidden');
14131413
document.getElementById('edit-bar').classList.add('hidden');
14141414
}
1415-
document.getElementById('header-close-file').style.visibility = 'visible';
1415+
document.getElementById('header-close-file').style.visibility = '';
14161416
document.getElementById('hide-keyboard-button').classList.add('hidden');
14171417
}
14181418
} else if (calledFunction == 'showToolbar') {

0 commit comments

Comments
 (0)