mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
Fixing double printer.print call
This commit is contained in:
@ -309,6 +309,7 @@ function setState(newState) { //TODO add hasControl
|
||||
switch(newState) {
|
||||
case Printer.IDLE_STATE:
|
||||
btnPrint.removeClass("disabled"); // enable print button
|
||||
btnPrint.unbind('touchstart mousedown');
|
||||
btnPrint.bind('touchstart mousedown',print);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user