mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #46 - Fix pointer lock issue (sorta)
This commit is contained in:
@ -133,9 +133,6 @@ async function initializeContext() {
|
||||
|
||||
currentRedirectorFunc = addLogMessageImpl;
|
||||
|
||||
window.__curEaglerX188UnloadListenerCB = function() {
|
||||
//TODO: Autosave somehow?
|
||||
};
|
||||
if(window.__isEaglerX188UnloadListenerSet !== "yes") {
|
||||
window.onbeforeunload = function(evt) {
|
||||
if(window.__curEaglerX188UnloadListenerCB) {
|
||||
|
Reference in New Issue
Block a user