From 8721c58e44e4f3ab8e92d9d8705ef42e374a2db4 Mon Sep 17 00:00:00 2001 From: UnlegitDqrk Date: Sun, 8 Feb 2026 22:39:32 +0100 Subject: [PATCH] Examples --- .../openautonomousconnection/webclient/recode/ui/TabView.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java b/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java index b5be366..737adfd 100644 --- a/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java +++ b/src/main/java/org/openautonomousconnection/webclient/recode/ui/TabView.java @@ -65,6 +65,8 @@ public final class TabView extends OACPanel { Platform.runLater(() -> { webView = new WebView(); + webView.setContextMenuEnabled(false); + webView.getEngine().setJavaScriptEnabled(false); engine = webView.getEngine(); engine.locationProperty().addListener((obs, oldV, newV) -> {