mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
remove debugging code
This commit is contained in:
@@ -142,7 +142,6 @@ class InputModel {
|
|||||||
giveFocus(): void {
|
giveFocus(): void {
|
||||||
// Override active view to the main input if aux view does not have focus
|
// Override active view to the main input if aux view does not have focus
|
||||||
const activeAuxView = this.getAuxViewFocus() ? this.getActiveAuxView() : null;
|
const activeAuxView = this.getAuxViewFocus() ? this.getActiveAuxView() : null;
|
||||||
console.log("activeAuxView", activeAuxView);
|
|
||||||
mobx.action(() => {
|
mobx.action(() => {
|
||||||
switch (activeAuxView) {
|
switch (activeAuxView) {
|
||||||
case appconst.InputAuxView_History: {
|
case appconst.InputAuxView_History: {
|
||||||
|
|||||||
Reference in New Issue
Block a user