pause on delete
Pausing on delete lets a slow network user know that the click worked.
This commit is contained in:
parent
e6ba5162ef
commit
95622cc3b0
|
@ -759,6 +759,7 @@ function actQuery( action, parms ) {
|
|||
}
|
||||
|
||||
function deleteEvent() {
|
||||
vid ? vid.pause() : streamPause(); //Provides visual feedback that your click happened.
|
||||
actQuery( 'delete' );
|
||||
streamNext( true );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue