Skip to content

Commit

Permalink
fix: check files license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed May 6, 2024
1 parent 6f98b17 commit 9681c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Editor/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/

import { EditorView, Command } from '@codemirror/view';

export interface Position {
Expand Down
2 changes: 0 additions & 2 deletions ui/src/components/Mentions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ const Mentions: FC<IProps> = ({ children, pageUsers, onSelected }) => {
}
};

console.log('keyCode11111', cursor);

return (
<Dropdown
ref={dropdownRef}
Expand Down

0 comments on commit 9681c02

Please sign in to comment.