gm-printer 10.16.0-beta.1 → 10.16.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -575,12 +575,12 @@ class EditorField extends React.Component {
|
|
|
575
575
|
<div>
|
|
576
576
|
<Fonter
|
|
577
577
|
style={diyOverallOrderStyle}
|
|
578
|
-
onChange={this.
|
|
578
|
+
onChange={this.handleDiyOverallOrderStyleChange}
|
|
579
579
|
/>
|
|
580
580
|
<Separator />
|
|
581
581
|
<TextAlign
|
|
582
|
-
style={
|
|
583
|
-
onChange={this.
|
|
582
|
+
style={diyOverallOrderStyle}
|
|
583
|
+
onChange={this.handleDiyOverallOrderStyleChange}
|
|
584
584
|
/>
|
|
585
585
|
<EditorSubtotalCheck
|
|
586
586
|
subtotalCheckDisabled
|