diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rhizicore.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 67d847fa..bf4dd46e 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -222,7 +222,8 @@ function update(no_relayout) { if (!d.name) { return ""; } - if (d.state === "temp" || d.state === 'chosen') { + if (d.state === "temp" || d.state === 'chosen' + || d.state === "enter" || d.state === "exit") { return d.name; } else { if (d.name.length < 28) { |
