mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 22:52:34 +01:00
This commit is contained in:
parent
9915c733f4
commit
62850f8cc3
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {updateHeader} from "../render/av/row";
|
||||
|
||||
export const clearSelect = (types: ("av" | "img" | "cell" | "row"|"galleryItem")[], element: Element) => {
|
||||
export const clearSelect = (types: ("av" | "img" | "cell" | "row" | "galleryItem")[], element: Element) => {
|
||||
if (types.includes("cell")) {
|
||||
element.querySelectorAll(".av__cell--select, .av__cell--active").forEach((item: HTMLElement) => {
|
||||
item.querySelector(".av__drag-fill")?.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue