mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] remove calcControlsHeight as the component is always 70px in height now, and it caused issues on mobile UI. It's become obsolete
This commit is contained in:
parent
a547935f0a
commit
1fd72363bd
3 changed files with 0 additions and 16 deletions
|
@ -668,7 +668,6 @@ class App {
|
|||
this.manager.recipe.adjustWidth();
|
||||
this.manager.input.calcMaxTabs();
|
||||
this.manager.output.calcMaxTabs();
|
||||
this.manager.controls.calcControlsHeight(); //@TODO
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue