microbin icon indicating copy to clipboard operation
microbin copied to clipboard

Fix privacyDropdown is null issue

Open luochen1990 opened this issue 1 year ago • 0 comments

The issue:

Uncaught TypeError: Cannot read properties of null (reading 'value')
    at fileOversized ((index):239:33)
    at HTMLInputElement.<anonymous> ((index):284:9)

Related JS code:

159    const privacyDropdown = document.getElementById("privacy");

239            if (privacyDropdown.value == "secret") {

luochen1990 avatar Jul 09 '24 12:07 luochen1990