mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
remove testing context menu
This commit is contained in:
parent
6eb67f98fb
commit
e52cd6eb21
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user