mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 13:13:28 +00:00
* Add SelectableLabel Custom Renderer to allow copy of note text - Remove SelectableLabelEffect * Remove editor changes from text custom field
11 lines
124 B
C#
11 lines
124 B
C#
using System;
|
|
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class SelectableLabel : Label
|
|
{
|
|
|
|
}
|
|
}
|