mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Actions panel ux improvement (#6850)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
afea0df141
commit
71ad3c5356
11 changed files with 279 additions and 261 deletions
|
@ -39,8 +39,6 @@ export const canChangeRoundness = (type: string) =>
|
|||
type === "line" ||
|
||||
type === "diamond";
|
||||
|
||||
export const hasText = (type: string) => type === "text";
|
||||
|
||||
export const canHaveArrowheads = (type: string) => type === "arrow";
|
||||
|
||||
export const getElementAtPosition = (
|
||||
|
|
|
@ -14,7 +14,6 @@ export {
|
|||
canHaveArrowheads,
|
||||
canChangeRoundness,
|
||||
getElementAtPosition,
|
||||
hasText,
|
||||
getElementsAtPosition,
|
||||
} from "./comparisons";
|
||||
export { getNormalizedZoom } from "./zoom";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue