version 1.13.3

This commit is contained in:
Rene Haas
2022-07-20 11:10:51 +02:00
parent 631742104e
commit 34a1dc5dc3
7 changed files with 48 additions and 44 deletions
+4 -4
View File
@@ -363,18 +363,18 @@ object.os-resize-observer {
} }
@-webkit-keyframes os-resize-observer-dummy-animation { @-webkit-keyframes os-resize-observer-dummy-animation {
from { from {
z-index: 0; cursor: auto;
} }
to { to {
z-index: -1; cursor: none;
} }
} }
@keyframes os-resize-observer-dummy-animation { @keyframes os-resize-observer-dummy-animation {
from { from {
z-index: 0; cursor: auto;
} }
to { to {
z-index: -1; cursor: none;
} }
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -2
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.13.2 * Version: 1.13.3
* *
* Copyright KingSora | Rene Haas. * Copyright KingSora | Rene Haas.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 01.06.2022 * Date: 20.07.2022
*/ */
(function (global, factory) { (function (global, factory) {
@@ -2812,6 +2812,7 @@
* A callback which will be called after a element has loaded. * A callback which will be called after a element has loaded.
*/ */
function updateOnLoadCallback(event) { function updateOnLoadCallback(event) {
if (!_destroyed) {
var target = event.target; var target = event.target;
var elm = FRAMEWORK(event.target); var elm = FRAMEWORK(event.target);
var index = FRAMEWORK.inArray(target, _updateOnLoadElms); var index = FRAMEWORK.inArray(target, _updateOnLoadElms);
@@ -2825,6 +2826,7 @@
} }
}); });
} }
}
/** /**
* Adds or removes mouse & touch events of the host element. (for handling auto-hiding of the scrollbars) * Adds or removes mouse & touch events of the host element. (for handling auto-hiding of the scrollbars)
+3 -3
View File
File diff suppressed because one or more lines are too long
+4 -2
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.13.2 * Version: 1.13.3
* *
* Copyright KingSora | Rene Haas. * Copyright KingSora | Rene Haas.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 01.06.2022 * Date: 20.07.2022
*/ */
(function (global, factory) { (function (global, factory) {
@@ -1729,6 +1729,7 @@
* A callback which will be called after a element has loaded. * A callback which will be called after a element has loaded.
*/ */
function updateOnLoadCallback(event) { function updateOnLoadCallback(event) {
if (!_destroyed) {
var target = event.target; var target = event.target;
var elm = FRAMEWORK(event.target); var elm = FRAMEWORK(event.target);
var index = FRAMEWORK.inArray(target, _updateOnLoadElms); var index = FRAMEWORK.inArray(target, _updateOnLoadElms);
@@ -1742,6 +1743,7 @@
} }
}); });
} }
}
/** /**
* Adds or removes mouse & touch events of the host element. (for handling auto-hiding of the scrollbars) * Adds or removes mouse & touch events of the host element. (for handling auto-hiding of the scrollbars)
+3 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "overlayscrollbars", "name": "overlayscrollbars",
"version": "1.13.2", "version": "1.13.3",
"description": "A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.", "description": "A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"keywords": [ "keywords": [
"overlayscrollbars", "overlayscrollbars",