We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33c89e commit 56aa464Copy full SHA for 56aa464
1 file changed
src/addons/addons/paint-tool-panel/userscript.js
@@ -348,7 +348,7 @@ export default async function () {
348
}
349
350
function getToolFunc(name) {
351
- const isX = name.endsWith("x") || name.endsWith("width);
+ const isX = name.endsWith("x") || name.endsWith("width");
352
switch (name) {
353
case "Position/x":
354
case "Position/y": return (item, value) => {
0 commit comments