mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
deploy: 46f9320709
This commit is contained in:
parent
01c69e63c8
commit
00ff1bfdb2
141 changed files with 537 additions and 23560 deletions
6
book.js
6
book.js
|
@ -601,10 +601,10 @@ function playground_text(playground) {
|
|||
});
|
||||
})();
|
||||
|
||||
(function controllMenu() {
|
||||
(function controlMenu() {
|
||||
var menu = document.getElementById('menu-bar');
|
||||
|
||||
(function controllPosition() {
|
||||
(function controlPosition() {
|
||||
var scrollTop = document.scrollingElement.scrollTop;
|
||||
var prevScrollTop = scrollTop;
|
||||
var minMenuY = -menu.clientHeight - 50;
|
||||
|
@ -647,7 +647,7 @@ function playground_text(playground) {
|
|||
prevScrollTop = scrollTop;
|
||||
}, { passive: true });
|
||||
})();
|
||||
(function controllBorder() {
|
||||
(function controlBorder() {
|
||||
menu.classList.remove('bordered');
|
||||
document.addEventListener('scroll', function () {
|
||||
if (menu.offsetTop === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue