|
|
@@ -83,6 +83,7 @@ class Wview_v1 extends PureComponent<Props> {
|
|
83
|
83
|
// return { unseen: "does not display" }
|
|
84
|
84
|
return { unseen2: wv0_dev.ret }
|
|
85
|
85
|
});
|
|
|
86
|
+ /*
|
|
86
|
87
|
try {
|
|
87
|
88
|
// var s = this.props
|
|
88
|
89
|
var s = this.state
|
|
|
@@ -91,6 +92,7 @@ class Wview_v1 extends PureComponent<Props> {
|
|
91
|
92
|
} catch (err){
|
|
92
|
93
|
console.error("ERR:,")
|
|
93
|
94
|
}
|
|
|
95
|
+ */
|
|
94
|
96
|
|
|
95
|
97
|
}
|
|
96
|
98
|
|
|
|
@@ -177,7 +179,7 @@ injectedJs =`
|
|
177
|
179
|
<Button
|
|
178
|
180
|
style = { wv0_styles_dev.vb1 || {}}
|
|
179
|
181
|
color = { wv0_styles_dev.vb1_color || "#00ffffff" }
|
|
180
|
|
-onPress = {fncb_only("vb1_press").fn}
|
|
|
182
|
+onPress = {fncb_only("vb1_press").fn.bind(this)}
|
|
181
|
183
|
>
|
|
182
|
184
|
{wv0_styles_dev.vb1_txt || "udef"}
|
|
183
|
185
|
</Button>
|