mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-19 08:44:14 +00:00
clean up old migration code. minor bug fixes with appview ui
This commit is contained in:
@@ -138,7 +138,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
if (tag === 'INPUT' || tag === 'TEXTAREA' || e.target.isContentEditable) return;
|
||||
|
||||
e.preventDefault();
|
||||
wrapper.classList.add('expanded');
|
||||
setSearchExpanded(wrapper, true);
|
||||
input.focus();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user