mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix cursor selection after converting preview to editor
This commit is contained in:
parent
a0ae7a2a30
commit
499a7e4457
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ jQuery(function($) {
|
|||
$(".editable_preview").on("click", function() {
|
||||
var input = $(this).siblings(".editable_preview_content");
|
||||
if (input.size()) {
|
||||
$(this).off("click").off("focus").remove();
|
||||
$(this).off("click").off("focus").hide();
|
||||
input = input.first();
|
||||
if (input.attr("type") !== "hidden") {
|
||||
input.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue