mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
Merge pull request #1053 from HeyPuter/revert-1051-fix/stuck-new-app-loading-983
Revert "fix: resolve issue #983 - Stuck on Creating new app loading s…
This commit is contained in:
commit
fb0a091506
@ -288,8 +288,6 @@ async function create_app(title, source_path = null, items = null) {
|
||||
|
||||
})
|
||||
.then(async (app) => {
|
||||
$('.new-app-modal').get(0).close();
|
||||
window.location.reload();
|
||||
let app_dir;
|
||||
// ----------------------------------------------------
|
||||
// Create app directory in AppData
|
||||
@ -315,8 +313,6 @@ async function create_app(title, source_path = null, items = null) {
|
||||
maximizeOnStart: false,
|
||||
background: false,
|
||||
}).then(async (app) => {
|
||||
$('.new-app-modal').get(0).close();
|
||||
window.location.reload();
|
||||
// refresh app list
|
||||
puter.apps.list().then(async (resp) => {
|
||||
apps = resp;
|
||||
|
Loading…
Reference in New Issue
Block a user