Update component.jsx

This commit is contained in:
hiroshisuga 2023-05-07 00:20:55 +09:00 committed by GitHub
parent a7d78109b2
commit c66177d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ const QuickPollDropdown = (props) => {
setTimeout(() => {
handleClickQuickPoll(layoutContextDispatch);
if (singlePollType === 'R-' || singlePollType === 'TF') {
if (singlePollType === 'R-' || singlePollType === 'TF' || singlePollType === 'YN') {
startPoll(singlePollType, currentSlide.id, answers, pollQuestion, multiResponse);
} else {
startPoll(