whoops: this shouldnt be here

pull/3718/head
Mime Čuvalo 2024-05-08 14:49:00 +01:00
rodzic eb342638d6
commit ef11364612
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: BA84499022AC984D
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -19,8 +19,6 @@ export function useEditableText(id: TLShapeId, type: string, text: string) {
])
useEffect(() => {
if (!isEditing) return
function selectAllIfEditing({ shapeId }: { shapeId: TLShapeId }) {
if (shapeId === id) {
rInput.current?.select()