From efa94b222efdf243b65e8f6a7b078f91adcb8c2f Mon Sep 17 00:00:00 2001 From: hiroshisuga <45039819+hiroshisuga@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:40:54 +0900 Subject: [PATCH] Update component.jsx --- .../ui/components/whiteboard/whiteboard-overlay/component.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx index 0ad127fd71..8c4db34763 100755 --- a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx @@ -271,6 +271,8 @@ WhiteboardOverlay.propTypes = { textFontSize: PropTypes.number.isRequired, // Text shape value textShapeValue: PropTypes.string.isRequired, + // Fill shape + fill: PropTypes.bool.isRequired, }).isRequired, // Defines a function which resets the current state of the text shape drawing resetTextShapeSession: PropTypes.func.isRequired,