Browse Source

fix(paste bug): fixed

master
liuyang 5 years ago
parent
commit
76d966f27e
  1. 2
      src/global/getdata.js

2
src/global/getdata.js

@ -1,4 +1,4 @@
import { getObjType } from '../utils/util';
import { getObjType,rgbTohex } from '../utils/util';
import { getSheetIndex } from '../methods/get';
import server from '../controllers/server';
import formula from './formula';

Loading…
Cancel
Save