We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d43d9 commit 1c6c060Copy full SHA for 1c6c060
gwt-material/src/main/java/gwt/material/design/client/js/JsTooltipOptions.java
@@ -33,12 +33,11 @@ private JsTooltipOptions() {}
33
@JsOverlay
34
public static final JsTooltipOptions create() {
35
JsTooltipOptions options = new JsTooltipOptions();
36
- options.delay = 0;
+ options.delay = 350;
37
options.position = Position.BOTTOM.getCssName();
38
return options;
39
}
40
41
-
42
@JsProperty
43
public String tooltip;
44
0 commit comments