a debug item

This commit is contained in:
minjaesong
2025-02-01 14:53:14 +09:00
parent ff2a022394
commit b3b86b0965
9 changed files with 302 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ object TooltipManager {
*/
abstract class TooltipListener {
open val tooltipHash = System.nanoTime()
@Transient open val tooltipHash = System.nanoTime()
/**
* Acquire a control over the "tooltip bus". If the message is null, `releaseTooltip()` will be invoked instead.