findwidget in read only notes WIP

This commit is contained in:
zadam
2022-05-25 23:38:06 +02:00
parent 37cb5f5e9a
commit f250b72563
13 changed files with 148 additions and 62 deletions

View File

@@ -1,5 +1,6 @@
export default class FindInText {
constructor(parent) {
/** @property {FindWidget} */
this.parent = parent;
}