yaya-shiori icon indicating copy to clipboard operation
yaya-shiori copied to clipboard

`melt_`modifier's bug

Open steve02081504 opened this issue 2 years ago • 0 comments

from @Zichqec

OnTest : melt_nonoverlap
{
    "test"
    "test2"
    ("red","green","blue")    
}

This sometimes outputs "red,green,blue", but if I write like this...

OnTest
{
    "test"
    "test2"
    melt_nonoverlap : {
    ("red","green","blue")
    }
}

This will have "red" "green" and "blue" as separate output candidates

steve02081504 avatar Aug 30 '22 10:08 steve02081504