Closed HolyShaq closed 5 days ago
ribbon\
Each ribbon component has the following structure for defining its buttons:
const ButtonSet: ButtonSetType = { left: [ // Left Ribbon Buttons <RibbonButton key={0} label="Sample" onClick={() => {}} enabled={true} />, ], right: [ // Right Ribbon Buttons <RibbonButton key={0} label="Sample" onClick={() => {}} enabled={true} />, ],
These changes are done so that the code for each button set is segregated
Note: no functional change!!
Changes
ribbon\
directoryEach ribbon component has the following structure for defining its buttons:
These changes are done so that the code for each button set is segregated
Note: no functional change!!