Sheets now have 51 columns

Since emoji-datasource 4.0.0
release
Etienne Lemay 2017-12-08 13:37:35 -05:00
parent fdf3c2d3a3
commit 992cd65e81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import data from '../data'
import { getData, getSanitizedData, unifiedToNative } from '../utils'
const SHEET_COLUMNS = 49
const SHEET_COLUMNS = 51
const _getPosition = props => {
var { sheet_x, sheet_y } = _getData(props),