We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3baf5 commit 35393dfCopy full SHA for 35393df
src/controls/richText/RichTextPropertyPane.tsx
@@ -369,7 +369,7 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
369
id="left-propertyPaneButton"
370
calloutProps={{ gapSpace: 0 }}>
371
<IconButton checked={this.state.formats!.align === undefined}
372
- onClick={() => this.applyFormat('align', 'left')}
+ onClick={() => this.applyFormat('align', undefined)}
373
className={styles.propertyPaneButton}
374
aria-describedby="left-propertyPaneButton"
375
iconProps={{
0 commit comments