🌱 Text Selection

Source
.disable-text-selection-ux {
  user-select: none;
}

.single-click-automatic-text-selection-ux {
  user-select: all;
}

.regular-text-selection-ux {
  user-select: text;
}
Made by Brandon . If you find this project useful you can donate.