Files
gerrit/polygerrit-ui/app/elements/shared/gr-cursor-manager/gr-cursor-manager.html
Wyatt Allen 972c3de417 Preliminary work for supporting keyboard-shortcut diff navigation
Adds the gr-cursor-manager element, which is a generic cursor manager
for arbitrary sets of DOM elements. It's inspired by the Chromium
Reitveld implementation of cr-cursor-manager.

Bug: Issue 4033
Change-Id: I5b3eb8ad39ab9db3c273b14070f888a48b5de6d4
2016-05-16 15:05:01 -07:00

23 lines
778 B
HTML

<!--
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../bower_components/polymer/polymer.html">
<dom-module id="gr-cursor-manager">
<template></template>
<script src="gr-cursor-manager.js"></script>
</dom-module>