Fix initial values in the pad creation screen

This commit is contained in:
yflory
2018-03-19 17:25:31 +01:00
parent bc26f67edb
commit 67cdb6bd13
2 changed files with 2 additions and 42 deletions

View File

@@ -189,7 +189,6 @@ define([
return void funcs.createPad(c, waitFor());
}
// If we display the pad creation screen, it will handle deleted pads directly
console.log('here');
funcs.getPadCreationScreen(c, waitFor());
}
};