Disable command mode on data transmit.

This commit is contained in:
Maxwell Pray
2023-02-21 03:42:37 -08:00
parent 85d688258f
commit 756cb8936c
+1 -1
View File
@@ -26,7 +26,7 @@ namespace NotebookAdapter {
break;
case COMMAND_TRANSMIT:
command_mode = true;
command_mode = false;
break;
}