mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-02 03:29:20 +00:00
remove linkState function & move modal.js to main/lib
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React, { PropTypes } from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import _ from 'lodash'
|
||||
import linkState from '../lib/linkState'
|
||||
|
||||
function isNotEmptyString (str) {
|
||||
return _.isString(str) && str.length > 0
|
||||
@@ -164,5 +163,3 @@ TagSelect.propTypes = {
|
||||
onChange: PropTypes.func,
|
||||
suggestTags: PropTypes.array
|
||||
}
|
||||
|
||||
TagSelect.prototype.linkState = linkState
|
||||
|
||||
Reference in New Issue
Block a user