We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c91c commit 2157d3aCopy full SHA for 2157d3a
features/align-to-center/script.js
@@ -32,7 +32,7 @@ export default async function ({ feature, console }) {
32
}
33
34
function centerAlignText() {
35
- const form = document.querySelector(".project-description-form");
+ const form = document.querySelector(".project-notes");
36
if (form) {
37
const activeElement = document.activeElement;
38
if (
0 commit comments