Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 1f00e3f

Browse files
author
Francois-Xavier Gentilhomme
committed
[FIX] Resend all shape stack without using incremental mode
1 parent ee781c2 commit 1f00e3f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/myscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14144,7 +14144,7 @@ MyScript = {
1414414144
}
1414514145
} else {
1414614146
if (this._selectedRecognizer instanceof scope.ShapeRecognizer) {
14147-
input = this._components.slice(this._lastSentComponentIndex);
14147+
this._instanceId = undefined;
1414814148
}
1414914149

1415014150
if (input.length > 0) {

dist/myscript.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/inkPaper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
}
637637
} else {
638638
if (this._selectedRecognizer instanceof scope.ShapeRecognizer) {
639-
input = this._components.slice(this._lastSentComponentIndex);
639+
this._instanceId = undefined;
640640
}
641641

642642
if (input.length > 0) {

0 commit comments

Comments
 (0)