2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Keyboard handling regression

This commit is contained in:
Robin Ward 2015-11-18 12:35:17 -05:00
parent 0ede6b5ed6
commit 84a50a1260
4 changed files with 27 additions and 7 deletions

View file

@ -63,7 +63,6 @@ function testCase(title, testFunc) {
}
testCase(`bold button with no selection`, function(assert, textarea) {
console.log(textarea.selectionStart);
click(`button.bold`);
andThen(() => {
const example = I18n.t(`composer.bold_text`);