Skip to content

Commit 56aa464

Browse files
authored
missing quote
1 parent d33c89e commit 56aa464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/addons/addons/paint-tool-panel/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export default async function () {
348348
}
349349

350350
function getToolFunc(name) {
351-
const isX = name.endsWith("x") || name.endsWith("width);
351+
const isX = name.endsWith("x") || name.endsWith("width");
352352
switch (name) {
353353
case "Position/x":
354354
case "Position/y": return (item, value) => {

0 commit comments

Comments
 (0)