Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5da4ab8

Browse files
Johennesturt2live
andauthored
Use public access modifier
Co-authored-by: Travis Ralston <[email protected]>
1 parent cf07f54 commit 5da4ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BasePlatform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export default abstract class BasePlatform {
226226
* Returns true if the platform requires URL previews in tooltips, otherwise false.
227227
* @returns {boolean} whether the platform requires URL previews in tooltips
228228
*/
229-
needsUrlTooltips(): boolean {
229+
public needsUrlTooltips(): boolean {
230230
return false;
231231
}
232232

0 commit comments

Comments
 (0)