Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
webjsavella committed Jan 28, 2025
1 parent 50c344d commit b13feba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eds/blocks/columns/columns.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { calciteButton, calciteLink } from '../../scripts/dom-helpers.js';
let lastfocusBtn;

let lastfocusBtn;
const toggleLoader = () => {
const loader = document.querySelector('.web-dev-loader');
if (loader) {
Expand Down Expand Up @@ -28,7 +28,7 @@ const handleEscKeyPress = (event) => {
iframe.focus();
}
}
}
};

// decorate modal
function decorateModal() {
Expand Down

0 comments on commit b13feba

Please sign in to comment.