Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1266518532 | |||
| 719df155fb |
@@ -47,6 +47,9 @@ pub fn MediaItem(props: MediaItemProps) -> Element
|
||||
ContextMenu{
|
||||
ContextMenuTrigger{
|
||||
a {
|
||||
onmousemove: move |e: MouseEvent|{
|
||||
|
||||
},
|
||||
class: "mediaItem {class_string}",
|
||||
href: "{HOST}{url}",
|
||||
target: "_blank",
|
||||
|
||||
@@ -20,7 +20,6 @@ using SixLabors.ImageSharp.Processing;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Text;
|
||||
|
||||
Reference in New Issue
Block a user