Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Fitzsimmons authored and Kayla Fitzsimmons committed Aug 28, 2024
1 parent 59e22cf commit 84f3ca6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/mocksi-lite-next/src/pages/content/mocksi-extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,14 @@ chrome.runtime.onMessage.addListener((request) => {
inset: "0px 0px auto auto",
};
break;
case "STOP_PLAYING":
case "STOP_EDITING":
case "READYTORECORD":
case "EDITING":
case "INIT":
case "LIST":
case "READYTORECORD":
case "SETTINGS":
case "STOP_EDITING":
case "STOP_PLAYING":
case "UNAUTHORIZED":
case "INIT":
styles = {
display: "block",
height: "600px",
Expand Down

0 comments on commit 84f3ca6

Please sign in to comment.