Skip to content

Commit

Permalink
#68 editor support improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Jan 17, 2025
1 parent 212362f commit 166c715
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ private boolean trySetValue(String value) {
scene.getRoot().setDisable(true);
webView.getEngine().executeScript("setValue('" + escapeJavaScript(value) + "')");
future.complete(true);
logListener.log(LogLevel.INFO, "Value set successfully: " + value, null);
} catch (Exception e) {
future.complete(false);
logListener.log(LogLevel.ERROR, "Error setting value: " + e.getMessage(), e);
Expand Down

0 comments on commit 166c715

Please sign in to comment.