king
2021-08-26 966ff7fb84181f0fa86a56569a8492453c3ae80a
src/mob/components/tabs/antv-tabs/dragabletabs.jsx
@@ -90,7 +90,7 @@
  render() {
    const { order } = this.state
    const { children } = this.props
    const { children, ...resProps } = this.props
    const tabs = []
    React.Children.forEach(children, c => {
      tabs.push(c)
@@ -118,7 +118,7 @@
    return (
      <DndProvider>
        <Tabs renderTabBar={this.renderTabBar} {...this.props}>
        <Tabs renderTabBar={this.renderTabBar} {...resProps}>
          {orderTabs}
        </Tabs>
      </DndProvider>