mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +02:00
fix
This commit is contained in:
@@ -263,8 +263,6 @@ const drawElementOnCanvas = (
|
||||
}
|
||||
default: {
|
||||
if (isTextElement(element)) {
|
||||
//context.fillStyle = "pink";
|
||||
//context.fillRect(0, 0, context.canvas.width, context.canvas.height);
|
||||
const rtl = isRTL(element.text);
|
||||
const shouldTemporarilyAttach = rtl && !context.canvas.isConnected;
|
||||
if (shouldTemporarilyAttach) {
|
||||
|
Reference in New Issue
Block a user