Revert "Feature - Prevents multiple audio/video attachments from being played at the same time (#24717)" (#28251)
This commit is contained in:
parent
8b1eeb2f90
commit
3598c2e1db
4 changed files with 11 additions and 140 deletions
|
@ -2,13 +2,6 @@ import { Map as ImmutableMap } from 'immutable';
|
|||
|
||||
import { STORE_HYDRATE } from '../actions/store';
|
||||
|
||||
export let currentMedia = null;
|
||||
|
||||
export function setCurrentMedia(value) {
|
||||
currentMedia = value;
|
||||
}
|
||||
|
||||
|
||||
const initialState = ImmutableMap({
|
||||
accept_content_types: [],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue