We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54a1f5 commit 07f9d61Copy full SHA for 07f9d61
page/API/pages/worker/worker.js
@@ -21,7 +21,7 @@ Page({
21
clearInterval(this.interval)
22
if (this._worker) this._worker.terminate()
23
},
24
-
+
25
bindInput(e) {
26
const val = Number(e.detail.value)
27
if (val > 40) return {value: 40}
0 commit comments