diff --git a/editor/ui/composer/content/editor.js b/editor/ui/composer/content/editor.js index 8ad68c77fa96..d622a796f314 100644 --- a/editor/ui/composer/content/editor.js +++ b/editor/ui/composer/content/editor.js @@ -1697,6 +1697,9 @@ function InitListMenu() // ..."noList" is returned if mixed selection, so remove checkmark if (mixedObj.value) menuItem.setAttribute("checked", "false"); + + // Set enable state for the "None" menuitem + goSetCommandEnabled("cmd_removeList", state); } function InitAlignMenu()