增加 hover 配置项,默认: hover: false

如果tips中的内容比较长,设定的3秒钟自动关闭时间太短。
hover:true // 鼠标移入tips关闭定时器,鼠标移出重新开始定时
pull/39/head
guochenguang 2016-12-27 11:51:02 +08:00
parent a04f6bc9d1
commit 3a6960b454
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="file://$PROJECT_DIR$" libraries="{layer node_modules}" />
</component>
</project>

View File

@ -0,0 +1,14 @@
<component name="libraryTable">
<library name="layer node_modules" type="javaScript">
<properties>
<option name="frameworkName" value="node_modules" />
<sourceFilesUrls>
<item url="file://$PROJECT_DIR$/node_modules" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$PROJECT_DIR$/node_modules" />
</CLASSES>
<SOURCES />
</library>
</component>