change: removed log
This commit is contained in:
parent
cf8f354637
commit
c17447e999
1 changed files with 1 additions and 2 deletions
|
|
@ -48,8 +48,7 @@ const reducer = (state = initialState, action = {}) => {
|
|||
|
||||
export default reducer;
|
||||
|
||||
export function toggleFullscreen(flag) {
|
||||
console.log("a",flag)
|
||||
export function toggleFullscreen(flag) {
|
||||
return {
|
||||
type: TOGGLE_FULLSCREEN,
|
||||
flag,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue