react-jsbox
Advanced tools
Comparing version 1.1.3-beta to 1.1.4-beta
{ | ||
"name": "react-jsbox", | ||
"version": "1.1.3-beta", | ||
"version": "1.1.4-beta", | ||
"description": "A custom React renderer for writing JSBox apps in React.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -50,3 +50,3 @@ import {hasOwnProperty} from '../helper' | ||
const color = HIGHLIGHT_UPDATES_COLORS[0] | ||
element.borderWidth = Math.max(borderWidth, 1) | ||
element.borderWidth = Math.max(this._borderWidth, 1) | ||
element.borderColor = $color(color) | ||
@@ -53,0 +53,0 @@ setTimeout(() => { |
Sorry, the diff of this file is too big to display
112664