Don't forget to remove disabled class on quote
This commit is contained in:
parent
40884af79c
commit
bb27535de8
@ -6860,7 +6860,8 @@
|
||||
com.setSelectionRange(range, range);
|
||||
com.focus();
|
||||
QR.selected.save(com);
|
||||
return QR.selected.save(thread);
|
||||
QR.selected.save(thread);
|
||||
return $.rmClass($('.qr-shortcut'), 'disabled');
|
||||
},
|
||||
characterCount: function() {
|
||||
var count, counter;
|
||||
|
||||
@ -6852,7 +6852,8 @@
|
||||
com.setSelectionRange(range, range);
|
||||
com.focus();
|
||||
QR.selected.save(com);
|
||||
return QR.selected.save(thread);
|
||||
QR.selected.save(thread);
|
||||
return $.rmClass($('.qr-shortcut'), 'disabled');
|
||||
},
|
||||
characterCount: function() {
|
||||
var count, counter;
|
||||
|
||||
@ -6779,7 +6779,8 @@
|
||||
com.setSelectionRange(range, range);
|
||||
com.focus();
|
||||
QR.selected.save(com);
|
||||
return QR.selected.save(thread);
|
||||
QR.selected.save(thread);
|
||||
return $.rmClass($('.qr-shortcut'), 'disabled');
|
||||
},
|
||||
characterCount: function() {
|
||||
var count, counter;
|
||||
|
||||
@ -294,6 +294,8 @@ QR =
|
||||
QR.selected.save com
|
||||
QR.selected.save thread
|
||||
|
||||
$.rmClass $('.qr-shortcut'), 'disabled'
|
||||
|
||||
characterCount: ->
|
||||
counter = QR.nodes.charCount
|
||||
count = QR.nodes.com.textLength
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user