1 parent 36034bf commit 5d87dfaCopy full SHA for 5d87dfa
1 file changed
src/variety/diamond.js
@@ -138,6 +138,12 @@
138
},
139
140
Cross: {
141
+ posthook: {
142
+ qans: function() {
143
+ this.drawaround();
144
+ }
145
+ },
146
+
147
getDiamond: function() {
148
return this.qans ? 1 : this.qsub ? 2 : 0;
149
@@ -189,7 +195,6 @@
189
195
cell.setQsub(0);
190
196
});
191
197
}
192
- this.drawaround();
193
198
194
199
dotCells: function() {
200
var bx = this.bx,
0 commit comments