mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
remove debugging code
This commit is contained in:
parent
f2e31a6483
commit
af32c8f6f3
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user