Merge pull request #2116 from paymand/2085

Fixup for #2085. set isElement to false if getElement() throws.
This commit is contained in:
bootstraponline
2014-03-21 10:14:54 -04:00

View File

@@ -66,6 +66,7 @@ public abstract class TouchEvent extends CommandHandler {
isElement = true;
}
} catch (final Exception e) {
isElement = false;
}
if (isElement) {