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
Squash fix unhandled promise rejection when using markup v22 (#68)
Method `location.output[index].set_use_markup` doesn't exist.
But without the exception thrown by its use, the call to
`location.output[index].set_text` overwrites markup settings.
Ensure that only markup or normal text is set, but not both.
0 commit comments