fix copy button in string editor
This commit is contained in:
@@ -81,7 +81,7 @@ async def string_editor(
|
|||||||
keyboard_builder.row(
|
keyboard_builder.row(
|
||||||
InlineKeyboardButton(
|
InlineKeyboardButton(
|
||||||
text=_current_value_caption,
|
text=_current_value_caption,
|
||||||
copy_text=CopyTextButton(text=_current_value),
|
copy_text=CopyTextButton(text=_current_value[:256]),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user