mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
[#181] remove obsolete functions
This commit is contained in:
parent
6a1501e7ae
commit
f3ab78d1fd
1 changed files with 0 additions and 24 deletions
|
@ -878,30 +878,6 @@ class App {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Aggregate all the desktop UI functions.
|
||||
*
|
||||
* Fires on window resize event ( on min-width breakpoint )
|
||||
*/
|
||||
setDesktopUI(minimise){
|
||||
this.setDesktopLayout(minimise);
|
||||
this.manager.ops.enableOpsListPopovers();
|
||||
// enable drag and drop
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Aggregate all the mobile UI functions.
|
||||
*
|
||||
* Popovers and desktop layout are set on init, but we also need to
|
||||
* update the UI correctly on window resizing events
|
||||
*/
|
||||
setMobileUI(){
|
||||
this.setMobileLayout();
|
||||
this.manager.ops.disableOpsListPopovers();
|
||||
// disable drag and drop / long press and drag and drop for favourites
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue