Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika Sinha authored and Ruchika Sinha committed Feb 22, 2024
1 parent 3a8a774 commit 23320e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creativecloud/features/firefly/firefly-interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getLibs } from '../../scripts/utils.js';
function focusOnInput(media, createTag) {
const input = media.querySelector('.prompt-text');
if (input) {
input.setAttribute('autofocus', true);
input.focus();
input.addEventListener('focusout', () => {
if (document.querySelector('.locale-modal-v2')) {
const blinkingCursor = createTag('div', { class: 'blinking-cursor' });
Expand Down

0 comments on commit 23320e1

Please sign in to comment.