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.
|
||||
allowTouchScrolling: !util.isMobile(),
|
||||
stateful: false,
|
||||
backgroundColor: '#d2d2d2',
|
||||
backgroundColor: '#ededed',
|
||||
preserveObjectStacking: true,
|
||||
selection: false,
|
||||
width: dimensions.width,
|
||||
|
||||
Reference in New Issue
Block a user