Files
ColdBreeze-chat-web/src/common/TippySetting.ts
T
2022-07-17 22:04:53 +08:00

8 lines
135 B
TypeScript

import tippy, { followCursor } from "tippy.js";
tippy.setDefaultProps({
duration: 0,
delay: [0, 0],
plugins: [followCursor]
});