Commit f71135a1 authored by KesaubeEire's avatar KesaubeEire

fix: 打开图片墙会改变地址栏.

parent 75b2fbdc
......@@ -103,5 +103,5 @@ npm run build:prod
- [x] 导航栏 Button 连续点击容易失败 -> 样式嵌套问题, 已解决
- [x] 补充整齐功能区按钮的 tips -> 右上角的数个按钮中,只有【分类】【主题】鼠标移上去未变化样式
- [ ] 打开图片墙会改变地址栏,看起来还蛮怪的
- [x] 打开图片墙会改变地址栏,看起来还蛮怪的
- [ ] 先输入搜索文字,再切换分类或 tag,要搜索的文字会被无视
......@@ -404,6 +404,7 @@
<button
on:click={() => {
$_detailWindow = false;
history.pushState('', '', window.location.origin);
}}
class="btn btn-sm round-box btn-ghost absolute right-2 top-2">✕</button
>
......@@ -437,6 +438,7 @@
<button
on:click={() => {
$_detailWindow = false;
history.pushState('', '', window.location.origin);
}}
/>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment