Skip to content

Commit

Permalink
Removed #1302 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Nov 12, 2024
1 parent 5269f94 commit 13425af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions toolbox/fdc3-for-web/demo/src/client/ui/channel-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var channelId: string | null = null

const DEFAULT_COLLAPSED_CSS = {
position: "fixed",
'z-index': 1000,
zIndex: 1000,
right: "10px",
bottom: "10px",
width: "50px",
Expand Down Expand Up @@ -39,7 +39,6 @@ window.addEventListener("load", () => {
myPort.start()


// ISSUE: 1302
parent.postMessage({
type: "fdc3UserInterfaceHello",
payload: {
Expand Down
3 changes: 1 addition & 2 deletions toolbox/fdc3-for-web/demo/src/client/ui/intent-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type IframeHello = BrowserTypes.Fdc3UserInterfaceHello

const DEFAULT_COLLAPSED_CSS = {
position: "fixed",
'z-index': 1000,
zIndex: 1000,
right: "0",
bottom: "0",
width: "0",
Expand All @@ -33,7 +33,6 @@ window.addEventListener("load", () => {

const list = document.getElementById("intent-list")!!

// ISSUE: 1302
parent.postMessage({
type: "fdc3UserInterfaceHello",
payload: {
Expand Down

0 comments on commit 13425af

Please sign in to comment.