mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Revert "Fix Nano scrolling issues (in a shitty way)"
This reverts commit 16c987c849.
This commit is contained in:
@@ -1379,11 +1379,6 @@ var NanoWindow = function ()
|
||||
|
||||
var setupScroll = function() {
|
||||
$("#cornerWrapper").focus();
|
||||
$("#uiContent").on("click", function (event) {
|
||||
event = event || window.event;
|
||||
event.stopPropagation();
|
||||
$("#cornerWrapper").focus();
|
||||
})
|
||||
};
|
||||
|
||||
var fancyChrome = function() {
|
||||
|
||||
@@ -61,11 +61,6 @@ var NanoWindow = function ()
|
||||
|
||||
var setupScroll = function() {
|
||||
$("#cornerWrapper").focus();
|
||||
$("#uiContent").on("click", function (event) {
|
||||
event = event || window.event;
|
||||
event.stopPropagation();
|
||||
$("#cornerWrapper").focus();
|
||||
})
|
||||
};
|
||||
|
||||
var fancyChrome = function() {
|
||||
|
||||
Reference in New Issue
Block a user