Skip to content

Commit 473812e

Browse files
committed
Fis issue of flashing tooltip when content is a widget
When the content is a widget, we use a ScheduledCommand to position and show the tooltip. During the time the command is executed, the tooltip can be displayed temporary in the wrong place.
1 parent 035e082 commit 473812e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastic/src/main/java/com/arcbees/gquery/elastic/client/CssFeatureDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* The role of this class is to detect if the browser support css transform, translate3d and calc function.
2424
* and to know how these features are supported : prefixed or not ?
25-
* <p/>
25+
*
2626
* For instance, some browsers support translate3d but only if you prefix it : -webkit-translate3d
2727
*/
2828
public class CssFeatureDetector {

0 commit comments

Comments
 (0)