mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
remove testing context menu
This commit is contained in:
@@ -2360,8 +2360,6 @@ class ScreenTabs extends React.Component<{session : Session}, {}> {
|
||||
handleContextMenu(e : any, screenId : string) : void {
|
||||
e.preventDefault();
|
||||
console.log("handle context menu!", screenId);
|
||||
let model = GlobalModel;
|
||||
model.contextScreen(e, screenId);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user