Comparing version 3.1.0-rc.1 to 3.1.0-rc.2
'use strict'; | ||
exports.__esModule = true; | ||
const VERSION = exports.VERSION = '3.1.0-beta.1'; | ||
const VERSION = exports.VERSION = '3.1.0-rc.2'; | ||
@@ -6,0 +6,0 @@ const TO_KANA_METHODS = exports.TO_KANA_METHODS = { |
@@ -1,2 +0,2 @@ | ||
export const VERSION = '3.1.0-beta.1'; | ||
export const VERSION = '3.1.0-rc.2'; | ||
@@ -3,0 +3,0 @@ export const TO_KANA_METHODS = { |
@@ -38,5 +38,3 @@ import isJapanese from '../isJapanese'; | ||
// push later on event loop (otherwise mid-text insertion can be 1 char too far to the right) | ||
// tail.length | ||
// ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : | ||
target.setSelectionRange(newCursor, newCursor); | ||
tail.length ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : target.setSelectionRange(newCursor, newCursor); | ||
} else { | ||
@@ -43,0 +41,0 @@ prevInput = target.value; |
{ | ||
"name": "wanakana", | ||
"version": "3.1.0-rc.1", | ||
"version": "3.1.0-rc.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.wanakana.com", |
@@ -59,5 +59,3 @@ 'use strict'; | ||
// push later on event loop (otherwise mid-text insertion can be 1 char too far to the right) | ||
// tail.length | ||
// ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : | ||
target.setSelectionRange(newCursor, newCursor); | ||
tail.length ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : target.setSelectionRange(newCursor, newCursor); | ||
} else { | ||
@@ -64,0 +62,0 @@ prevInput = target.value; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
812014
0
9928