You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit 63115b1.
because it breaks the following code in r3-gui.r3
unless foreach [here: hand] sys-hand [
if handler/priority > hand/priority [
insert here handler
break/return true
]
] [
append sys-hand handler
]
0 commit comments