MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / applyListViewColumnLayoutToGrid

Function applyListViewColumnLayoutToGrid

renderer.js:14714–14718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14712 opt.value = trimmed;
14713 opt.textContent = trimmed;
14714 tagSelect.appendChild(opt);
14715 }
14716 tagSelect.value = '';
14717 if (typeof window.setTagMultiFilter === 'function') {
14718 window.setTagMultiFilter([trimmed]);
14719 } else {
14720 tagSelect.value = trimmed;
14721 }

Callers 3

onMoveFunction · 0.85

Calls 1

Tested by

no test coverage detected