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 8fdde1c commit e72c91cCopy full SHA for e72c91c
features/align-to-center/script.js
@@ -39,7 +39,7 @@ export default async function ({ feature, console }) {
39
activeElement.tagName === "TEXTAREA" &&
40
form.contains(activeElement)
41
) {
42
- clearCenterAlignment(activeElement); // Clear any existing center alignment
+ clearCenterAlignment(activeElement);
43
44
const spaceWidth = getSpaceWidth();
45
const lines = activeElement.value.split("\n");
0 commit comments