You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By looking at the code it can be guessed that unlimited amount of div elements will be created and after the usage they are not been destroyed. It can lead to memory errors of the user computer.
Memory Management Bug
By looking at the code it can be guessed that unlimited amount of div elements will be created and after the usage they are not been destroyed. It can lead to memory errors of the user computer.
It need to be fixed ASAP