Skip to content

Commit

Permalink
preview fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Oct 3, 2024
1 parent 1c048e5 commit 2fd20db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ts/component/popup/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ class PopupPreview extends React.Component<I.Popup> {
);
};

console.log(current);

return (
<div id="wrap" className="wrap">
<div className="galleryHeader">
Expand Down Expand Up @@ -176,8 +174,6 @@ class PopupPreview extends React.Component<I.Popup> {

const item = gallery[idx];

console.log(gallery, item);

if (item.object) {
this.setState({ current: item.object });
};
Expand Down

0 comments on commit 2fd20db

Please sign in to comment.