Skip to content

Commit d964d7d

Browse files
committed
Fix variable.
1 parent 3dc3802 commit d964d7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/ckeditor5-link/src/linkui.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ export default class LinkUI extends Plugin {
103103
*/
104104
private _linksProviders: Collection<LinksProvider> = new Collection();
105105

106-
private _lastTouchedLinkElement: ViewElement | null = null;
107-
108106
/**
109107
* @inheritDoc
110108
*/
@@ -713,8 +711,6 @@ export default class LinkUI extends Plugin {
713711

714712
if ( env.isiOS ) {
715713
this.listenTo<ViewDocumentTouchStartEvent>( viewDocument, 'touchstart', ( evt, data ) => {
716-
this._lastTouchedLinkElement = null;
717-
718714
// Get the view element directly from the event data.
719715
const targetViewElement = data.target;
720716

0 commit comments

Comments
 (0)