I had attempted to set the customData for the thread using oc.thread.customData.test = ''. Unfortunately, this approach had not yielded the desired results.
I still need to explore updating the customData for the character rather than the thread.
It seems to me that the method for (re)rendering the shortcut buttons is probably not getting executed when the thread is performing any save operations, although I could be mistaken.
@[email protected] Thank you for your response.
I had attempted to set the
customData
for thethread
usingoc.thread.customData.test = ''
. Unfortunately, this approach had not yielded the desired results.I still need to explore updating the
customData
for thecharacter
rather than thethread
.It seems to me that the method for (re)rendering the shortcut buttons is probably not getting executed when the thread is performing any save operations, although I could be mistaken.