Skip to content

Commit e72c91c

Browse files
authored
Update script.js
1 parent 8fdde1c commit e72c91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/align-to-center/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default async function ({ feature, console }) {
3939
activeElement.tagName === "TEXTAREA" &&
4040
form.contains(activeElement)
4141
) {
42-
clearCenterAlignment(activeElement); // Clear any existing center alignment
42+
clearCenterAlignment(activeElement);
4343

4444
const spaceWidth = getSpaceWidth();
4545
const lines = activeElement.value.split("\n");

0 commit comments

Comments
 (0)