mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
Revert "differentiate between constant/variable stroke type"
This reverts commit 0199c82e98
.
This commit is contained in:
@@ -8,10 +8,10 @@ import { round } from "../../packages/math/src";
|
||||
|
||||
export const FreedrawDebugSliders = () => {
|
||||
const [streamline, setStreamline] = useState<number>(
|
||||
DRAWING_CONFIGS.default.variable.streamline,
|
||||
DRAWING_CONFIGS.default.streamline,
|
||||
);
|
||||
const [simplify, setSimplify] = useState<number>(
|
||||
DRAWING_CONFIGS.default.variable.simplify,
|
||||
DRAWING_CONFIGS.default.simplify,
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
@@ -21,7 +21,7 @@ export const FreedrawDebugSliders = () => {
|
||||
if (!window.h.debugFreedraw) {
|
||||
window.h.debugFreedraw = {
|
||||
enabled: true,
|
||||
...DRAWING_CONFIGS.default.variable,
|
||||
...DRAWING_CONFIGS.default,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user