GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.68k stars 2.57k forks source link

Uncaught type error in process list when modal is closed #929

Closed Animus-Surge closed 3 years ago

Animus-Surge commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

Not the biggest problem in the world as it doesn't spawn an error modal or crash the app, but I've noticed in the dev console (ctrl+shift+i), when you close the process list modal, it spawns errors that relate to the modal not being in the HTML hierarchy anymore.

Uncaught TypeError: Cannot read propery 'append' of null

I know where and why this is happening, and I'm working on a fix now. Just wanted to let you know that this is happening.

GitSquared commented 3 years ago

Thanks for the PR.