feat(frontend): sidebar migration started
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# What type of deploy ment do we have for the frontend
|
||||
|
||||
APP_MODE=dev
|
||||
# The port is only needed if you plan to use a different port but you will need to change it in the wrapper too
|
||||
PORT=8080
|
||||
|
||||
@@ -201,9 +201,9 @@
|
||||
// You can define your own logMessage function
|
||||
logMessage("info", `Updating to ${fromMyInput}`);
|
||||
|
||||
input.value = "";
|
||||
//input.value = "";
|
||||
|
||||
input.focus();
|
||||
//input.focus();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user