mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +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 {
|
handleContextMenu(e : any, screenId : string) : void {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
console.log("handle context menu!", screenId);
|
console.log("handle context menu!", screenId);
|
||||||
let model = GlobalModel;
|
|
||||||
model.contextScreen(e, screenId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user