Don't show more info for weblinks. (#1416)

This commit is contained in:
Jerad Meisner 2018-07-07 02:35:03 -07:00 committed by Paulus Schoutsen
parent 10009eea2e
commit 594c1d6615

View File

@ -49,7 +49,8 @@ export const DOMAINS_HIDE_MORE_INFO = [
'input_number',
'input_select',
'input_text',
'scene'
'scene',
'weblink'
];
/** Domains that should have the history hidden in the more info dialog. */