P5-2442 - Change color on background
This commit is contained in:
Vendored
+1
-1
@@ -391,7 +391,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
|
|||||||
// Allow touch scrolling on touch-devices larger than mobile screen sizes.
|
// Allow touch scrolling on touch-devices larger than mobile screen sizes.
|
||||||
allowTouchScrolling: !util.isMobile(),
|
allowTouchScrolling: !util.isMobile(),
|
||||||
stateful: false,
|
stateful: false,
|
||||||
backgroundColor: '#d2d2d2',
|
backgroundColor: '#ededed',
|
||||||
preserveObjectStacking: true,
|
preserveObjectStacking: true,
|
||||||
selection: false,
|
selection: false,
|
||||||
width: dimensions.width,
|
width: dimensions.width,
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
|
|||||||
// Allow touch scrolling on touch-devices larger than mobile screen sizes.
|
// Allow touch scrolling on touch-devices larger than mobile screen sizes.
|
||||||
allowTouchScrolling: !util.isMobile(),
|
allowTouchScrolling: !util.isMobile(),
|
||||||
stateful: false,
|
stateful: false,
|
||||||
backgroundColor: '#d2d2d2',
|
backgroundColor: '#ededed',
|
||||||
preserveObjectStacking: true,
|
preserveObjectStacking: true,
|
||||||
selection: false,
|
selection: false,
|
||||||
width: dimensions.width,
|
width: dimensions.width,
|
||||||
|
|||||||
Reference in New Issue
Block a user