5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
|
export default function() {
|
||
|
if (!this.isActive) return
|
||
|
this.shouldStop = true
|
||
|
}
|