chore(textarea): make memoizer internal

This commit is contained in:
Christian Rocha
2024-10-24 11:38:07 -04:00
parent c0611f6c76
commit 812b71c7d0
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ import (
"unicode"
"github.com/atotto/clipboard"
"github.com/charmbracelet/bubbles/runeutil"
"github.com/charmbracelet/bubbles/v2/cursor"
"github.com/charmbracelet/bubbles/v2/internal/memoization"
"github.com/charmbracelet/bubbles/v2/internal/runeutil"
"github.com/charmbracelet/bubbles/v2/key"
"github.com/charmbracelet/bubbles/v2/textarea/memoization"
"github.com/charmbracelet/bubbles/v2/viewport"
tea "github.com/charmbracelet/bubbletea/v2"
"github.com/charmbracelet/lipgloss"