Ignore selects too

This commit is contained in:
nathangray 2019-03-19 14:33:09 -06:00
parent 6af45ef40a
commit 83252a6e47

View File

@ -1391,7 +1391,7 @@ abstract class admin_cmd
case 'grid': case 'columns': case 'column': case 'rows': case 'row':
case 'template': case 'tabbox': case 'tabs': case 'tab':
// No need for these
case 'textbox': case 'int': case 'float':
case 'textbox': case 'int': case 'float': case 'select':
// ignore widgets that can't go in the historylog
case 'button': case 'taglist-thumbnail':
break;