We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa75d8 + d5afe6e commit 6661302Copy full SHA for 6661302
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-visual-modeling",
3
- "version": "1.0.42",
+ "version": "1.0.43",
4
"description": "一个基于React的数据可视化建模的DAG图,适用于UML,数据库建模,数据仓库建设等业务",
5
"main": "dist/index.js",
6
"pack": "pack/index.js",
src/canvas/node.js
@@ -150,7 +150,7 @@ export default class TableNode extends Node {
150
let titleTextDom = $(`<div class="title-text"></div>`);
151
$(titleDom).append(titleTextDom);
152
ReactDOM.render(
153
- titleRender(title),
+ titleRender(title, this.options),
154
titleTextDom[0]
155
);
156
} else {
0 commit comments