Fix brand color picker - use showModal instead of openModal
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
046f57b302
commit
3b7225e57f
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ const Portal = {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
this.openModal();
|
this.showModal();
|
||||||
|
|
||||||
// Sync inputs
|
// Sync inputs
|
||||||
const colorInput = document.getElementById('brandColorInput');
|
const colorInput = document.getElementById('brandColorInput');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue